0 of 10 Questions completed
Questions:
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
0 of 10 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
What command is used to initialize a NodeJs project?
Which core module is used to create a server NodeJs?
Which of the following is the correct way of creating a serve?
We want to run our server on a port, how do we go about this?
In our function, handleRequest(a, b), what do the a and b params stand for?
Consider this url: https://example.com/books?active=true, Which of the following is the host?
Consider this url: https://example.com/books?active=true, Which of the following is the route?
Which of the following is not an HTTP method/verb?
When handling a request, which object can I find the url and the method for that request?