Question: Looking at the code below, what does the console show?

  1. server running at http://localhost:3000/
  2. server running at port 3000
  3. server running at http://localhost:4000/
  4. 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/