Page | Title | HTML | JavaScript |
---|---|---|---|
63 | Using a Variable to Store a Number | numeric-variable.html | numeric-variable.js |
64 | Using a Variable to Store a String | string-variable.html | string-variable.js |
65 | Using Quotes Inside a String | string-with-quotes.html | string-with-quotes.js |
66 | Using a Variable to Store a Boolean | boolean-variable.html | boolean-variable.js |
67 | Shorthand for Creating Variables | shorthand-variable.html | shorthand-variable.js |
68 | Changing the Value of a Variable | update-variable.html | update-variable.js |
71 | Creating an Array (i) | array-literal.html | array-literal.js |
71 | Creating an Array (ii) | array-constructor.html | array-constructor.js |
73 | Accessing & Changing Values in an Array | update-array.html | update-array.js |
77 | Using Arithmetic Operators | arithmetic-operator.html | arithmetic-operator.js |
79 | Using String Operators | string-operator.html | string-operator.js |
82 | Example | example.html | example.js |