PART 01
Learn the language
- 01Connect a script and use the ConsoleUnderstand script loading and inspect real values in the Console.
- 02Values, variables, and typesStore strings, numbers, booleans, and missing values with const and let.
- 03Comparisons, boolean logic, and conditionsDerive not started, learning, or completed from progress.
- 04Functions, parameters, and scopeTurn repeated calculations into functions with clear inputs and stable returns.
- 05Arrays, objects, and data modelingRepresent a study record as an object and manage records in an array.