Who created JavaScript?
[Week 10] The JavaScript Odyssey: History and Essentials

Quiz
•
Computers
•
10th Grade
•
Medium
Curriculum Team
Used 5+ times
FREE Resource
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 2 pts
James Gosling
Brendan Eich
Tim Berners-Lee
John Resig
Answer explanation
JavaScript was created by Brendan Eich in 1995 while working at Netscape. He developed it in just 10 days, and it has since become one of the core technologies of the web.
2.
MULTIPLE CHOICE QUESTION
2 mins • 2 pts
In what year was JavaScript created?
1992
1995
1997
2000
Answer explanation
JavaScript was created in 1995 by Brendan Eich while working at Netscape. This year marks its official introduction, making it the correct answer among the options provided.
3.
MULTIPLE CHOICE QUESTION
2 mins • 2 pts
What does ES stand for in ES3, ES5, ES6, etc.?
Easy Script
ECMAScript
Enhanced Script
Efficient Script
Answer explanation
ES stands for ECMAScript, which is the standard specification for scripting languages like JavaScript. Versions like ES3, ES5, and ES6 refer to different iterations of this standard, making 'ECMAScript' the correct choice.
4.
MULTIPLE CHOICE QUESTION
2 mins • 2 pts
Which version of ECMAScript introduced arrow functions?
ES3
ES5
ES6
ES2020
Answer explanation
Arrow functions were introduced in ES6, also known as ECMAScript 2015. They provide a more concise syntax for writing function expressions and lexically bind the 'this' value.
5.
MULTIPLE CHOICE QUESTION
2 mins • 2 pts
What major feature was introduced in ES2015 (ES6)?
Strict mode
Promises
For-in loops
Template literals
Answer explanation
Template literals, introduced in ES2015 (ES6), allow for multi-line strings and string interpolation using backticks (`). This feature enhances string manipulation compared to previous methods, making it the correct choice.
6.
MULTIPLE CHOICE QUESTION
2 mins • 2 pts
Which of the following is a new primitive data type introduced in ES6?
String
Symbol
Object
Number
Answer explanation
The correct answer is 'Symbol', which is a new primitive data type introduced in ES6. Unlike String, Object, and Number, which were already existing types, Symbol provides a unique identifier that is not visible to the outside world.
7.
MULTIPLE CHOICE QUESTION
2 mins • 2 pts
What is the purpose of the `let` keyword in JavaScript?
Declares a global variable
Declares a block-scoped variable
Declares a constant variable
Declares a function
Answer explanation
The `let` keyword in JavaScript is used to declare a block-scoped variable, meaning it is limited to the block in which it is defined. This is different from `var`, which declares a variable globally or within a function.
Create a free account and access millions of resources
Similar Resources on Quizizz
24 questions
AGAD: UNIT 4_C# & UNITY

Quiz
•
9th - 12th Grade
20 questions
JavaScript Game Development Newton

Quiz
•
9th Grade - University
29 questions
Naz Web Development Quiz

Quiz
•
9th - 12th Grade
20 questions
JavaScript Operators

Quiz
•
9th - 12th Grade
20 questions
Preguntas sobre JavaScript

Quiz
•
9th Grade - University
20 questions
JS alapok 1.

Quiz
•
9th - 12th Grade
20 questions
Javascript Basic

Quiz
•
9th - 12th Grade
20 questions
Boolean Logic, Comparison Operators, and Loops Review Quiz

Quiz
•
10th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University