Friday, 3 February, 2017 UTC


Summary

I've been asked this question countless times during mentorship meetings, meetup networking sessions and forums.
— What is the difference between assigning an anonymous function to a variable and a regular function?
To know this difference the only requirement is to know how hoisting works in JavaScript.
Continue reading