콘텐츠로 건너뛰기

MEAN

MEAN online coding tests & interview questions

NodeJS
주니어
검증된 기술
기간
36 최대 분.
평가
자동
테스트 개요

Choice Questions

Verify knowledge of Node.js: Opening a server, The callback in server.listen, callbacks, Server events, Blocking on HTTP requests, Alternatives to a zero delay setTimeout

프로그래밍 작업

Create a file server that listens on port 9000 of localhost and Serve the text of the file testText.txt when a get request is made to that port.