Friday Fun

Friday Fun

Professional Development

10 Qs

quiz-placeholder

Similar activities

Zendesk Dev

Zendesk Dev

Professional Development

12 Qs

Powerwoche JS II

Powerwoche JS II

Professional Development

15 Qs

Node y NPM (Parte 1)

Node y NPM (Parte 1)

Professional Development

11 Qs

Examen Parcial Teorico - Desarrollo móvil

Examen Parcial Teorico - Desarrollo móvil

Professional Development

10 Qs

[FSW] PRE-Test Chapter 7

[FSW] PRE-Test Chapter 7

12th Grade - Professional Development

15 Qs

BINAR Synergy 6 | Chapter 4

BINAR Synergy 6 | Chapter 4

Professional Development

15 Qs

JavaScript

JavaScript

Professional Development

15 Qs

JavaScript

JavaScript

Professional Development

12 Qs

Friday Fun

Friday Fun

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Mongo Javascript

Used 29+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to include the modules in Node.js

include();

require();

attach();

None of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How Node.js modules are available externally

module.exports

module.spread

module.expose

none of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

npm stands for

Node Project Manager

Node Package Manager

New Project Manager

Nodes Packages Manager

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Command to show installed version of Node

npm --version

node --version

npm get version

node get version

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

list all the modules that are installed globally

npm ls -g

npm ls

node ls -g

node ls

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the HTML tag under which one can write the JavaScript code?

<javascript>

<scripted>

<script>

<js>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax for referring to an external script called “external.js”?

<script src=”external.js”>

<script href=”external.js”>

<script ref=”external.js”>

<script name=”external.js”>

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?