According to the source text, what type of language is JavaScript?
In what year was JavaScript created, and by whom?
What was the original name of JavaScript?
Which of the following best describes JavaScript's role in client-side development?
What server-side framework for JavaScript is mentioned as being the most famous these days?
Why is JavaScript considered a lightweight programming language?
Which keyword for declaring variables was used in all JavaScript code from 1995 to 2015?
Which two keywords were added to JavaScript in 2015 for variable declaration?
What happens if you re-declare a JavaScript variable that was originally declared with var?
What is the result of attempting to re-declare a variable using the let keyword?