Skip to content

Instantly share code, notes, and snippets.

@dsibinski
Last active December 29, 2018 08:39
Embed
What would you like to do?
var a = 1; // typeof a => number
a = true; // typeof a => boolean
a = 'Hello JS!'; // typeof a => string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment