Skip to content

Instantly share code, notes, and snippets.

Created September 26, 2015 20:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/6642246171ed5ffdc726 to your computer and use it in GitHub Desktop.
Save anonymous/6642246171ed5ffdc726 to your computer and use it in GitHub Desktop.
Datatypes : Simple + Complex Datatypes : Simple + Complex // source http://jsbin.com/rihuza
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Datatypes : Simple + Complex">
<meta charset="utf-8">
<title>Datatypes : Simple + Complex</title>
</head>
<body>
<script id="jsbin-javascript">
/*
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
</script>
<script id="jsbin-source-javascript" type="text/javascript">/*
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</script></body>
</html>
/*
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