7 lines
160 B
JavaScript
7 lines
160 B
JavaScript
response.write("hello world")
|
|
console.log("hello world")
|
|
console.log(req.methaaod)
|
|
function testError(){
|
|
throw Error("Method not implemented")
|
|
}
|
|
testError() |