Friday Fun

Friday Fun

Professional Development

10 Qs

quiz-placeholder

Similar activities

Node basics

Node basics

Professional Development

12 Qs

Intro to Node.js

Intro to Node.js

Professional Development

10 Qs

Web Development Quiz

Web Development Quiz

Professional Development

10 Qs

Review Javascript DOM

Review Javascript DOM

University - Professional Development

10 Qs

Bundlers

Bundlers

Professional Development

10 Qs

React 101

React 101

Professional Development

10 Qs

Node.js

Node.js

KG - Professional Development

8 Qs

JavaScript

JavaScript

Professional Development

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