Skip to content

Instantly share code, notes, and snippets.

@seemcat
Created January 8, 2019 17:53
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 seemcat/0a6d4a4453ad3948fe80885552e95876 to your computer and use it in GitHub Desktop.
Save seemcat/0a6d4a4453ad3948fe80885552e95876 to your computer and use it in GitHub Desktop.
No Error With Type in JS
a = "hello";
// prints out hello
b = 6;
// prints out 6
a + b;
// prints out hello6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment