Super 15 MERN Stack

Super 15 MERN Stack

Professional Development

10 Qs

quiz-placeholder

Similar activities

Associate Architecting & SysOps on AWS (Day 3)

Associate Architecting & SysOps on AWS (Day 3)

Professional Development

15 Qs

M4-Q4

M4-Q4

Professional Development

10 Qs

BAX Lesson 1

BAX Lesson 1

KG - Professional Development

14 Qs

JavaScript 小測驗

JavaScript 小測驗

Professional Development

10 Qs

Nodejs: Logging

Nodejs: Logging

Professional Development

10 Qs

January Huddle Quiz

January Huddle Quiz

Professional Development

10 Qs

GSAM_TTT_FF_FM_Batch2 (Fulfiller-Requester)

GSAM_TTT_FF_FM_Batch2 (Fulfiller-Requester)

Professional Development

11 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?