Exit 1D0-735 CIW JavaScript Specialist
Question 4 of 5
0% complete
Q4 Single choice

Which of the following will correctly declare the courseNumber variable as a siring data type?

  • A

    var courseNumber = ''JS101'';

  • B

    var courseNumber = ''JS101'';

  • C

    var_courseNumber = JS101'';

  • D

    var courseNumber = JS101;