Thursday, 5 December 2019

rewrite this => code using function()

Hi guys,I am a NodeJS newbie, and doing some courses ATM.Can anyone rewrite the following code without the => function?​ const course = courses.find( c => c.id === parseInt(req.params.id) ); Much obliged.

Submitted December 05, 2019 at 03:55PM by Zh0Dra

No comments:

Post a Comment