Computers

Professional Development

Image

JavaScript

119
plays

12 questions

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

    What other languages are typically used with JavaScript?

    Python

    Ruby

    HTML & CSS

    SQL

  • 2. Multiple Choice
    45 seconds
    1 pt

    What are the different ways to include JavaScript in your application? Choose all that apply.

    <script> alert('Hello'); </script>

    <link src='myjavascript.js'></link>

    <link href="myjavascript.js></link>

    <script src="myjavascript.js"></script>

  • 3. Multiple Choice
    30 seconds
    1 pt

    How would you declare a variable in JavaScript?

    var myName = "Sally"

    myName = "Sally"

    myName var = "Sally"

    var myName = Sally

  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?