[Week 10] The JavaScript Odyssey: History and Essentials

Quiz
•
Computers
•
10th Grade
•
Medium
Curriculum Team
Used 8+ times
FREE Resource
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 2 pts
Who created JavaScript?
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 Wayground
20 questions
Basic JavaScript Review

Quiz
•
9th - 12th Grade
25 questions
1.2 Data Compression

Quiz
•
8th - 10th Grade
20 questions
Prova sobre p5.js

Quiz
•
10th Grade
20 questions
Java Arrays

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

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

Quiz
•
9th - 12th Grade
20 questions
Javascript Conditional Statements

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

Quiz
•
10th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade