NEW
Font size
WorksheetsExpress Js Quiz
Total questions: 10
Worksheet time: 8mins
________ is a back end web application framework for Node.js, it is fast, unopinionated and minimalist framework.
Emotional.js
Express.js
Nodemon
Doraemon
Creator of Node.js
Ryan Dahl
Ryan Bang
Ryan Agoncillo
Ryan Reynolds
Which is the correct syntax for Arrow Function?
->
<--!
=>
function arrow()
Meaning of the acronym "EJS" discussed on the Webinar
Enterprise Java Services
Embedded JavaScript
Enhance Jquery Syntax
Error Just Kidding
________ are the blocks of encapsulated code that communicates with an external application on the basis of their related functionality.
Application
Code
Dependencies
Modules
What module provides utilities for working with file and directory paths?
OS Module
Path Module
FS Module
HTTP Module
What module provides information about the computer's operating system?
OS Module
Path Module
FS Module
HTTP Module
What JavaScript Engine is used by Google Chrome?
Y8
Adobe Flash Player
Friv
V8
What is the right syntax for importing a module?
require()
function()
import()
module.import()
Do you need to know NodeJS before learning Express?
Yes
No
