C D Quiz 5
Quiz by crioquizz4
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
5 questions
Show answers
- Q1JavaScript is a ________ typed language.stronglydynamicallyweaklystatically30s
- Q2What does the term 'hoisting' refer to in JavaScript?the process in which variable and function declarations are moved to the top of their containing scope during compilationthe speed at which JavaScript code is executeda type of JavaScript errora JavaScript event that triggers an alert message30s
- Q3What is an 'arrow function' in JavaScript?a type of JavaScript arrow keya function that points to a specific element on a webpagea function that only works in specific browsersa concise way to write functions using the '=>' syntax30s
- Q4What is the 'DOM' in JavaScript?Data Object Model, a data structure in JavaScriptDesign Object Model, a layout framework for websitesDocument Object Model, a programming interface for web documentsDigital Operation Module, a hardware component30s
- Q5What is the purpose of 'localStorage' in JavaScript?to connect to a remote databaseto display a pop-up messageto send emailsto store data locally in the user's browser30s