Instructional Technology

Professional Development

Image

SkillDojo <> JavaScript Mondays

4
plays

22 questions

Show Answers
See Preview
  • 1. Multiple Choice
    30 seconds
    1 pt

    Which of the following can't be done with

    client-side JavaScript?

    Validating a form

    Sending a form's contents by email

    Storing the form's contents to a database file on

    the server

    None of the above

  • 2. Multiple Choice
    30 seconds
    1 pt

    Which of the following is the structure of an

    if statement?

    if (conditional expression is true)

    thenexecute this codeend if

    if (conditional expression is true)execute this

    codeend if

    if (conditional expression is true)

    {then execute this code>->}

    if (conditional expression is true) then {execute

    this code}

  • 3. Multiple Choice
    30 seconds
    1 pt

    How to create a Date object in JavaScript?

    dateObjectName = new Date([parameters])

    dateObjectName.new Date([parameters])

    dateObjectName := new Date([parameters])

    dateObjectName Date([parameters])

  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?