Skip to content

Instantly share code, notes, and snippets.

@rupesx26
Created January 27, 2019 12:35
Show Gist options
  • Save rupesx26/dab70f137817ff14af3ad55396cd17c9 to your computer and use it in GitHub Desktop.
Save rupesx26/dab70f137817ff14af3ad55396cd17c9 to your computer and use it in GitHub Desktop.
Basic of javascript
//How to remind type of data type
//in javascript there are 7 type of data
//undefine null string boolean number symbol object
//you can remember with short code sunbons
/*
S = string
U = undefine
N = null
B = boolean
O = object
N = number
S = symbol
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment