0 votes
in JavaScript by

Which of the following are the errors in JavaScript?

a) Load time errors

b) Run time errors:

c) Logical Errors:

d) All of the above

1 Answer

0 votes
by

Answer:-  B

reason:-There are three types of errors:

Load time errors: Load-time errors are perhaps the most common and are generally caused by problems in syntax.

Run time errors:A runtime error is a program error that occurs while the program is running.

Logical Errors: A logic error (or logical error) is a mistake in a program's source code that results in incorrect or unexpected behavior.

Related questions

0 votes
asked Oct 10, 2022 in JavaScript by SakshiSharma
0 votes
asked Mar 24, 2021 in JavaScript by sharadyadav1986
...