node Js/Javascript Quizz

node Js/Javascript Quizz

Professional Development

14 Qs

quiz-placeholder

Similar activities

[FE] Ice Breaking - Tailwind CSS: Building Dynamic and User-Enga

[FE] Ice Breaking - Tailwind CSS: Building Dynamic and User-Enga

Professional Development

10 Qs

Phase 1 Recap

Phase 1 Recap

Professional Development

13 Qs

[FE] Ice Breaking - React Fundamentals: Building Interactive Use

[FE] Ice Breaking - React Fundamentals: Building Interactive Use

Professional Development

10 Qs

Test Variable

Test Variable

Professional Development

10 Qs

[FE] Ice Breaking - Mastering CSS

[FE] Ice Breaking - Mastering CSS

Professional Development

10 Qs

Mastering CSS Concepts

Mastering CSS Concepts

Professional Development

15 Qs

JavaScript Variables & Hoisting Quiz

JavaScript Variables & Hoisting Quiz

Professional Development

10 Qs

Understanding BOM in JavaScript(14R)

Understanding BOM in JavaScript(14R)

Professional Development

15 Qs

node Js/Javascript Quizz

node Js/Javascript Quizz

Assessment

Quiz

Information Technology (IT)

Professional Development

Medium

Created by

mehdi khalil

Used 1+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In web development, what is a framework?


A tool we use to design GUIs (Graphical user interfaces)

A cloud tool used to host websites

A place for developers to collaborate and work asynchronously

A software designed to support the development of web applications including web services, web resources, and web APIs

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following code will print "Hello" on the output screen?

print("Hello");

console.log(Hello);

console.log("Hello");

printf("%s","Hello");

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What JavaScript Engine is used by Google Chrome?

Y8

Adobe Flash Player

Friv

V8

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the right syntax for importing a module?

require()

function()

import()

module.import()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output

var num = 10

console.log(num + 10)

83

20

none of these

1010

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of variable is quantites?

var quantities = [2, 4, 10, 1]

string

boolean

array

number

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of variable is apple?

var apple = " Fuji "

boolean

string

array

number

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?