Question 11

Consider the following code:

What code would you use to determine if the check box has been checked or not?
  • Question 12

    What basis code is needed to define the JavaScript function avgGrades?
  • Question 13

    Ashton need to write out the items in any array as a list, with their array index number followed by their value.
    Which block of code will accomplish this?
    A)

    B)

    C)

    D)
  • Question 14

    Consider the following code:

    Ginger needs to write a script to display a pop-up alert box with the type of credit card the user selected Which of the following code blocks should she use?
    A)

    B)

    C)

    D)
  • Question 15

    Consider the following code:

    What is the result of running this script in a Web browser?