Code Ramp
Quiz by , created more than 1 year ago

Quiz on Intro to JavaScript, created by Code Ramp on 12/06/2018.

554
0
0
Code Ramp
Created by Code Ramp almost 6 years ago
Close

Intro to JavaScript

Question 1 of 5

1

Which of the following are examples of computer programs?

Select one or more of the following:

  • Microsoft Excel

  • Google Chrome

  • Windows Operating System

  • Minecraft

Explanation

Question 2 of 5

1

Select from the dropdown list to complete the text.

JavaScript is ( an interpreted, a compiled ) language.

Explanation

Question 3 of 5

1

A statement is a single instruction to the computer and is often ended with a semi-colon.

Select one of the following:

  • True
  • False

Explanation

Question 4 of 5

1

Which command serves as a good debugging tool by printing something to the JavaScript console?

Select one of the following:

  • prompt()

  • alert()

  • console.log()

Explanation

Question 5 of 5

1

Proper indentation and whitespace are necessary for JavaScript to be read correctly by the browser.

Select one of the following:

  • True
  • False

Explanation