00:01
This question says what type of mistake is usually caused by a misspelled keyword, a missing punctuation character, or the incorrect use of an operator.
00:12
So this type of error is called syntax error.
00:18
And syntax just refers to the correct way to use symbols in a language.
00:26
So when you make some error basically in the way you're using symbols, you'll get what's called the syntax error.
00:43
You won't always say syntax error when you get an error code because sometimes the syntax error will cause some other type.
00:55
But let's just do a quick example of the incorrect use of an operator.
01:03
So, for example, if i want to do something like adding two numbers, i want to do three plus three, this is normal, so that's fine.
01:17
But if i try to do something like three plus three, this is a syntax error...