November 2019
Beginner
228 pages
2h 45m
English
Missing half of curly braces {}.
(It should always come with a pair.)
Missing half of parentheses ().
(It should always come with a pair too.)
Missing semicolon ; at the end of each line.
Use one = signs in a condition check.
(Correct way is ==.)
Assigning a value to a variable that is not defined.
(Correct way is assigning a value to the variable only after it has been defined.)
Read now
Unlock full access