node Js/Javascript Quizz

node Js/Javascript Quizz

Professional Development

14 Qs

quiz-placeholder

Similar activities

Modelo 3D

Modelo 3D

Professional Development

9 Qs

Quiz sobre Programação Orientada a Objetos

Quiz sobre Programação Orientada a Objetos

Professional Development

15 Qs

Quiz tentang CSS Grid Layout

Quiz tentang CSS Grid Layout

Professional Development

16 Qs

WDDF, Level 3- 2

WDDF, Level 3- 2

Professional Development

18 Qs

[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

Test Variable

Test Variable

Professional Development

10 Qs

Kiến thức cơ bản về JavaScript

Kiến thức cơ bản về JavaScript

Professional Development

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