Last active
October 1, 2022 18:54
-
-
Save marcprux/bc0ed54d3840e2c10f4cc8d44803cc25 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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