JS - Practice 1

JS - Practice 1

Professional Development

20 Qs

quiz-placeholder

Similar activities

Programming II - Introduction

Programming II - Introduction

12th Grade - Professional Development

20 Qs

WEBZEN MCQ

WEBZEN MCQ

Professional Development

25 Qs

Trial Class Computer Science

Trial Class Computer Science

Professional Development

15 Qs

Javascript Session 1

Javascript Session 1

Professional Development

15 Qs

Javascript Assessment

Javascript Assessment

Professional Development

20 Qs

Lección1 - JavaScript

Lección1 - JavaScript

1st Grade - Professional Development

17 Qs

BT Final HTML & CSS & JS

BT Final HTML & CSS & JS

Professional Development

25 Qs

Arrays

Arrays

4th Grade - 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?