Code BlocksDrag blocks into the drop zones above4 blocks available
listen
start
run
open
Game Panel
0:000 pts
Level 4 of 6Creating an HTTP Server
0/1 slots correct
Objective
Start the server listening on port 3000
Expected Output
Server running on port 3000
Debug says:
http.createServer() just builds the server object — it doesn't actually start accepting connections until you tell it which port to bind to. Which method starts it listening?