Keyword | Definition |
---|---|
brackets | syntax errors often occur if ( { and [ are missing matching ] } and ) |
debugging | finding and fixing errors in code |
indentation | syntax errors often occur if code has the wrong amount of tabs or spaces at the start of each line |
line numbers | each line of code has a number which can be used to help find errors |
syntax error | a type of error which prevents code from running at all because the rules of the programming language have been broken |