Sea Cat Wizard
Dec 24, 2021 00:29:05
JavaScript. Full program
This program is divided into 3 parts (levels) because we decided it has more sense than just slumping all the topics together (you can find all the topics in one list at the end of the program). This division is based on our personal experience and doesn't pretend to be the ultimate truth.
JavaScript: Basic level
- The JavaScript code structure. Statements. Using semicolons and quotes. Comments.
- Declarations. Variables: var and let. Allowed variable names and naming conventions. Constants....