Please enable JavaScript.
Coggle requires JavaScript to display documents.
What do we want to do (What are the data types in javascript:
Number…
What do we want to do
What are the data types in javascript:
Number (integers and float[positive/negative])
Boolean
String (characters)
Object (user created or built in - ie date)
Array
-
-
Ask yourself: "WHAT is this piece of information (data type) at this point in time and WHAT do I need to do with it.
your information is housed as a string (in this example)
To use it:
Parse your string into an object
Do something
before you can save it back you must stringify it
-
-
-
-