Skip to content

Instantly share code, notes, and snippets.

@myanmarlinks
Created August 29, 2017 16:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save myanmarlinks/5b7d2065ff3da1cf7be261832118113e to your computer and use it in GitHub Desktop.
Save myanmarlinks/5b7d2065ff3da1cf7be261832118113e to your computer and use it in GitHub Desktop.
JavaScript Variable Type
var color = "blue";
var Color = "red";
var COLOR = "green";
var dog_color = "brown";
var dogColor = "black";
var $color = "pink";
var color$ = "test";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment