Super 15 MERN Stack

Super 15 MERN Stack

Professional Development

10 Qs

quiz-placeholder

Similar activities

CSG - Notes

CSG - Notes

Professional Development

10 Qs

M4Q4

M4Q4

Professional Development

10 Qs

Putnu gaļas (miķelis)

Putnu gaļas (miķelis)

Professional Development

15 Qs

Q USER GROUP - MARCH

Q USER GROUP - MARCH

Professional Development

6 Qs

IC Scavenger Hunt

IC Scavenger Hunt

Professional Development

10 Qs

High Management Division

High Management Division

Professional Development

10 Qs

New Student

New Student

Professional Development

10 Qs

Web Development Workshop

Web Development Workshop

University - Professional Development

10 Qs

Super 15 MERN Stack

Super 15 MERN Stack

Assessment

Quiz

Professional Development

Professional Development

Hard

Created by

Gnaneshwar Reddy

Used 6+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code

console.log( true && false)

console.log( true || false)

  • true true

  • false true

  • false false

  • true false

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code?

console.log( "string" ? true : false)

console.log( "" ? true : false)

  • true true

  • true false

  • string true

  • string false

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code?

console.log( 0 ? true : false)

console.log("0" ? true : false)

  • true false

  • 0 ""

  • true true

  • false true

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to include a javascript file in an HTML file?

  • via script tag

  • via include tag

  • via import tag

  • None of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be printed on the console

console.log(parseInt("123xyz"))

  • 123xyz

  • NaN

  • 0

  • 123

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be printed on the console

console.log(parseInt("A123xyz"))

  • A123xyz

  • NaN

  • 0

  • 123

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to take values as input from user?

  • window.alert()

  • window.prompt()

  • window.confirm()

  • window.input()

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?