Created
December 24, 2020 23:24
-
-
Save zachgoll/d74d91a4b999ea9632a0b031182eef98 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
| const yourFirstVariable = "learning to code gives you superpowers"; | |
| const yourSecondVariable = 10; | |
| const yourThirdVariable = { name: "third variable", value: 40 }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment