Search Header Logo

JS Quiz SECE

Authored by Vengatesh vengatesh

Other

Professional Development

Used 3+ times

JS Quiz SECE
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used for variable hoistering?

let

var

const

None of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is not a scope in JavaScript?

Block Scope

Nested Scope

Function Scope

Object Scope

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

console.log(true == '1');

true

false

Error

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which array method is used to return a subarray and modify the original array?

slice()

splice()

push()

split()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output?

let x = 5+3+"3";
console.log(x);

8

11

83

None of the above

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

var x=12;

var y=8;

console.log("x+y");

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will the output of the following program?

(function(){

setTimeout(()=> console.log(1),2000);

console.log(2);

setTimeout(()=> console.log(3),0);

console.log(4);

})();

1 2 3 4

2 3 4 1

2 4 3 1

4 3 2 1

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?