Skip to content

Instantly share code, notes, and snippets.

@marcprux
Last active October 1, 2022 18:54
Show Gist options
  • Save marcprux/bc0ed54d3840e2c10f4cc8d44803cc25 to your computer and use it in GitHub Desktop.
Save marcprux/bc0ed54d3840e2c10f4cc8d44803cc25 to your computer and use it in GitHub Desktop.
{
"name": "Example Metadata",
"version": [1,2,3]
}; // prelude JSON metadata
let x = 123;
console.log(`Number: ${x}!!`);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment