A.) Single Page Applications B.) JSON APIs based Applications C.) CPU intensive applications D.) Data-Intensive Real-time Applications (DIRT)
A.) /books/!:from-:to B.) /flights/:from-:to C.) /users/:userId/books/:bookId D.) None of the above.
A.) net module B.) http module C.) net module D.) url module
A.) filename.js B.) node filename.js C.) javascript filename.js D.) node filename
A.) cloneNode() B.) compareDocumentPosition() C.) getFeature() D.) getUserData()
A.) Windows B.) Macintosh C.) Unix/Linux D.) All of the above.
A.) import B.) module C.) exports D.) require
A.) localName B.) index C.) previousSibling D.) textContent
A.) on property is used to fire event. B.) on property is used to bind a function with the event. C.) on property is used to locate an event handler. D.) None of the above.
A.) Piping is a mechanism where we provide output of one stream as the input to another stream. B.) Piping is normally used to get data from one stream and to pass output of that stream to another stream. C.) There is no limit on piping operations. D.) All of the above.