“Modify the myApp.js file to log “Hello World” to the console.”
but I am confused as to why it’s not passing the test.
I put console.log(“Hello World”) in the myApp.js file and tried to start the node server with npm run start but I am getting errors. Please help and thank you.