I\'m starting coding using nodejs with express. So i did this in my file test.js which is into my folder routes :
const express = require(\'express\'); const ro
Add "I'm a test" inside res.send(), I mean add " around that String.
"I'm a test"
res.send()
"