Question: Looking at the code below, what does the console show?
- server running at http://localhost:3000/
- server running at port 3000
- server running at http://localhost:4000/
- server running at http://127.0.0.1:3000/
Answer: The correct answer of the above question is Option D:server running at http://127.0.0.1:3000/