Arrow functions are great. I love how concise and easy to read they are, but I only use them in a two specific situations. In all other scenarios I use normal functions. In this video I talk about what those two scenarios are and why I prefer to use normal functions in all other cases.


Find Me Here:

My Blog: https://blog.webdevsimplified.com
My Courses: https://courses.webdevsimplified.com
Patreon: https://www.patreon.com/WebDevSimplified
Twitter: https://twitter.com/DevSimplified
Discord: https://discord.gg/7StTjnR
GitHub: https://github.com/WebDevSimplified
CodePen: https://codepen.io/WebDevSimplified


⏱️ Timestamps:

00:00 - Introduction
00:38 - #1 Reason I Use Normal Functions
02:35 - When I Use Arrow Functions
05:09 - Another Reason To Use Normal Functions

#ArrowFunctions #WDS #JavaScript