Question 1 / 10

According to the source text, what type of language is JavaScript?

Question 2 / 10

In what year was JavaScript created, and by whom?

Question 3 / 10

What was the original name of JavaScript?

Question 4 / 10

Which of the following best describes JavaScript's role in client-side development?

Question 5 / 10

What server-side framework for JavaScript is mentioned as being the most famous these days?

Question 6 / 10

Why is JavaScript considered a lightweight programming language?

Question 7 / 10

Which keyword for declaring variables was used in all JavaScript code from 1995 to 2015?

Question 8 / 10

Which two keywords were added to JavaScript in 2015 for variable declaration?

Question 9 / 10

What happens if you re-declare a JavaScript variable that was originally declared with var?

Question 10 / 10

What is the result of attempting to re-declare a variable using the let keyword?