Syntax errors are the errors that prevent the programming from running, they will be marked by the develop environment.

Missing Semicolon
For example:
- Misspelled variable and function names
- Missing semicolons
- Improperly matches parentheses, square brackets, and curly braces
- Incorrect format in selection and loop statements