Glossary term
What is Check?
In Apex Flow Academy, "Check" means: A line of code that compares what your code produced with what you expected and prints PASS or FAIL. It is taught in JavaScript From Zero: Make Web Pages Come Alive. Related terms include Breakpoint, Bug, Promise and await and API. Every Apex Flow Academy course lists the official sources it checked.
- 1 course teaches it
- plain-word definition
The facts
What is Check?
A line of code that compares what your code produced with what you expected and prints PASS or FAIL.
Where is Check taught?
Check is defined in JavaScript From Zero: Make Web Pages Come Alive.
Which lessons cover Check?
These lessons name it in their title or objectives:
- JavaScript From Zero: Make Web Pages Come Alive, lesson 1.1: Run your first JavaScript
- JavaScript From Zero: Make Web Pages Come Alive, lesson 3.4: Write the check before the code
- JavaScript From Zero: Make Web Pages Come Alive, lesson 6.3: Find and fix bugs
Which terms are related to Check?
Next to Check in the course glossaries: Breakpoint, Bug, Promise and await and API.
The hard questions, answered straight
Bold questions people really ask. Each answer comes from the course data or a settled Academy fact.
Do I need experience before I learn Check?
It depends on the course. Each course that teaches it lists its own prerequisites, and all are listed at beginner level:
- JavaScript From Zero: Make Web Pages Come Alive: No prior programming and no CSS knowledge are needed; the style sheet you need is given to you.