Created
May 7, 2020 17:31
-
-
Save Nathan-Nesbitt/54f1cb67e6cdf97adae3c274fc247be0 to your computer and use it in GitHub Desktop.
Simple Example of a Variable
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
| var greeting = "Hello World!"; | |
| console.log(greeting); |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sample code for https://nathan.nesbitt.ca/blog-posts/IntroductionToJavascript.html