Why is JavaScript called a structured programming language?
Because all popular web browsers support JavaScript as they provide built-in execution environments
Because it is an object-oriented programming language that uses prototypes rather than using classes for inheritance
Because it follows the syntax and structure of the C programming language, which is a structured programming language
Because it ignores spaces, tabs, and newlines that appear in JavaScript programs
Correct Answer : C
Which of the following is not a JavaScript framework or library?
Which of the following variables are used in JavaScript programs?
What are the different types of errors in JavaScript?