Every time I want to learn a new programming language or framework I try do a couple of basic apps, like a to do list and then move to something I ...
For further actions, you may consider blocking this person and/or reporting abuse
Hi Antonio
Great article.
I think you should change the res.send('Yabadabadooo'); with res.json('Yabadabadooo');
Thanks, glad you liked it :)
You're right! actually I refactored the code in my repo to send a json:
And in the test it's checking the message:
I'll update the article :)