Introduction: Overview
Overview
This is a full overview of the JavaScript basics course, detailing what will be covered in each section:
Introduction
| 1 | Overview |
| 2 | What is JavaScript |
| 3 | What can you do with JavaScript |
Basic Definitions
| 4 | Variables |
| 5 | Console messages |
Adding Javascript to a project
| 6 | With script tags |
| 7 | Separate file |
| 8 | Summary |
Operators
| 9 | Introduction |
| 10 | Type inference |
| 11 | Assignment operator |
| 12 | Comparison operators |
| 13 | Logical operators |
| 14 | Maths operators |