1
I started a nodejs course and the instructor said the following code:
modules.exports.addNote = function(){}
Would be replaced by:
modules.exports.addNote = () => {}
What would be the difference between one and the other and why use one and not another?
And also related: Reference loss in function call
– Sergio
@Mariano boa! Thank you
– Sergio