response.write("hello world") console.log("hello world") console.log(req.methaaod) function testError(){ throw Error("Method not implemented") } testError()