placeholder image to represent content

JavaScript Basics Review

Quiz by Erjohn Ison

Our brand new solo games combine with your quiz, on the same screen

Correct quiz answers unlock more play!

New Quizalize solo game modes
6 questions
Show answers
  • Q1
    What is the missing tag here? <script><_____>
    "script"
    /script
    \script
    (script
    30s
  • Q2
    I serve as a storage room for data value.
    variables
    operators
    comments
    data types
    30s
  • Q3
    I am a data type that always uses quotation marks.
    booleans
    undefined
    strings
    numbers
    30s
  • Q4
    Aside from the body section of HTML documents, where else can we put the JavaScript codes?
    <body>
    <heading>
    <head>
    <html>
    30s
  • Q5
    What is the symbol for single line comment
    //
    []
    {}
    \\
    30s
  • Q6
    How do you call these symbols ( /* */ ) in JavaScript?
    Multi-Line Comment
    Sigle Line Comment
    Multiple Comments
    Single Comment
    30s

Teachers give this quiz to your class