I'm learning to make an app on Express.js using Coffeescript. I have uploaded my code at: https://github.com/findjashua/contactlist
When I try to run the app, I get the following error:
app.coffee:11:24: error: unexpected ,
res.send 'Hello World'
^
I don't understand the issue here. Any ideas?