Pilcrow Records

Scripter Javascript Tutorial

javascriptmusiclogicscripterbookexcerpttutorial

16 Data Types

The concept of data types is critical in any kind of programming. There are many types of data in JavaScript, each with their own particular uses and considerations. JavaScript variables are dynamic, meaning a variable can be assigned any kind of a data type. Some of these have already been seen in the examples, but here we will get into the specifics, especially as it applies to Scripter.