What is a 'Syntax Error'?

Asked by kemiadewale · 6 months ago

1 Answer

36
amorebise · 6 months ago Top Answer

This is like a spelling or grammar mistake. You forgot a bracket, or you misspelled a command. The computer can't even start running your code because it's 'broken English'.

These are the easiest to fix because the computer usually tells you exactly where the mistake is. Check for 'red squiggly lines' in your editor!

Log in to add a comment.