DEV Community

Discussion on: FOUR DIFFERENT WAYS TO WRITE FUNCTIONS IN JAVASCRIPT

Collapse
 
thomasjunkos profile image
Thomas Junkツ

Thank you! Nice writeup!

Would you mind, elaborate a bit?
Where are the differences besides different ways of declaration?
What is the scope / when could it be referenced?
If you use a function expression, does hoisting play into that?