JavaScript Basics Review
Quiz by Erjohn Ison
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
6 questions
Show answers
- Q1What is the missing tag here? <script><_____>"script"/script\script(script30s
- Q2I serve as a storage room for data value.variablesoperatorscommentsdata types30s
- Q3I am a data type that always uses quotation marks.booleansundefinedstringsnumbers30s
- Q4Aside from the body section of HTML documents, where else can we put the JavaScript codes?<body><heading><head><html>30s
- Q5What is the symbol for single line comment//[]{}\\30s
- Q6How do you call these symbols ( /* */ ) in JavaScript?Multi-Line CommentSigle Line CommentMultiple CommentsSingle Comment30s