JS - Practice 1

JS - Practice 1

Professional Development

20 Qs

quiz-placeholder

Similar activities

JavaScript 2

JavaScript 2

Professional Development

17 Qs

JavaScript Advanced

JavaScript Advanced

Professional Development

20 Qs

IT 201 - Midterm Quiz 1 - JavaScript concept and operation

IT 201 - Midterm Quiz 1 - JavaScript concept and operation

Professional Development

15 Qs

Javascript Fundamental Practice

Javascript Fundamental Practice

Professional Development

20 Qs

JS

JS

Professional Development

15 Qs

Révision HTML, CSS et JavaScript

Révision HTML, CSS et JavaScript

Professional Development

20 Qs

Javascript - Revisão

Javascript - Revisão

University - Professional Development

19 Qs

C++ Lambda Expression

C++ Lambda Expression

University - Professional Development

20 Qs

JS - Practice 1

JS - Practice 1

Assessment

Quiz

Computers

Professional Development

Easy

Created by

Sai G

Used 12+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would be the output of the given Javascript code in the console

let message;

console.log(message);

message

Hello World!

undefined

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would be the output of the given Javascript code in the console?

console.log("The first computer was invented by Charles Babbage");

undefined

Charles Babbage

The first computer was invented by Charles Babbage

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would be the output of the given JavaScript code in the console?

console.log("Hello World!");

Hello word

hello world

Hello World!

HelloWorld

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the mistake in the given code snippet? •

Console.log("Hello World!");

Uppercase "C" in console

Missing dot (.)

Missing parentheses

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would be the output of the Javascript code in the console?

let number = 108;

console.log(number);

180

118

108

801

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following options is correct?

(you can choose more than one option)

JavaScript is the most popular programming language which is adopted and understood by all the major browsers.

HTML provides the basic styling for web pages.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would be the output of the Javascript code in the console?

console.log(10+9)

10

109

9

19

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?