NEW
Font size
WorksheetsFriday Fun
Total questions: 10
Worksheet time: 5mins
Which function is used to include the modules in Node.js
include();
require();
attach();
None of the above
How Node.js modules are available externally
module.exports
module.spread
module.expose
none of the above
npm stands for
Node Project Manager
Node Package Manager
New Project Manager
Nodes Packages Manager
Command to show installed version of Node
npm --version
node --version
npm get version
node get version
list all the modules that are installed globally
npm ls -g
npm ls
node ls -g
node ls
What is the HTML tag under which one can write the JavaScript code?
<javascript>
<scripted>
<script>
<js>
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”>
MongoDB is a _________ database that provides high performance, high availability, and easy scalability.
graph
keyvalue
document
all of the mentioned
Where is captured values are populated regarding route parameters?
req.params object
app.locals object
req.data object
none of the above
Which of the following technology is not used in Ajax
JavaScript
Document Object Model
XMLHttp Request
Flash
