Skip to content

Instantly share code, notes, and snippets.

@zekewell
Forked from anonymous/index.html
Created September 26, 2015 20: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 zekewell/c46e5590aecb1335167d to your computer and use it in GitHub Desktop.
Save zekewell/c46e5590aecb1335167d to your computer and use it in GitHub Desktop.
Datatypes : Simple + ComplexDatatypes : Simple + Complex// source http://jsbin.com/rihuza
/*
Datatypes can be both simple & complex.
Take a simple journey through them!
*/
// Numbers
// String
// Boolean
// Array
// Object
// Function
// undefined
// null
// NaN
/* This concept is that the computer recognizes your value is "Not a Number"
// Google Infinity and -Infinity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment