What is a 'Syntax Error'?

Asked by stem_mind · 4 months ago

1 Answer

31
amorebise · 4 months ago Top Answer

A syntax error is like a grammar mistake. If you write 'Me is go' in English, people understand you, but computers are very strict. If you miss a comma or a bracket, the code simply won't run.

Log in to add a comment.