Skip to content

Instantly share code, notes, and snippets.

@Nathan-Nesbitt
Created May 7, 2020 17:31
Show Gist options
  • Select an option

  • Save Nathan-Nesbitt/54f1cb67e6cdf97adae3c274fc247be0 to your computer and use it in GitHub Desktop.

Select an option

Save Nathan-Nesbitt/54f1cb67e6cdf97adae3c274fc247be0 to your computer and use it in GitHub Desktop.
Simple Example of a Variable
var greeting = "Hello World!";
console.log(greeting);
@Nathan-Nesbitt
Copy link
Copy Markdown
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment