Please enable JavaScript.
Coggle requires JavaScript to display documents.
Errors (Syntax errors (Most common are: (Quotes around a string, A colon…
Errors
Syntax errors
-
-
Usually down to wrong case, wrong punctuation or lack of punctuation
-
Logic errors
-
-
-
Common reasons are:
-
-
The programmer didn't understand the individual operation of each part of the program and how it helped the program to work
-
Runtime errors
-
eg. when the program runs out of memory, or when the code isn't compatible with the browser or program