IMPORTANT:

JavaScript Simplified Course: https://javascriptsimplified.com

I only write small functions. You may think this means I have a hard line limit on my functions, but actually I think that is a terrible idea. Instead I make my functions so they can be read even by someone with no programming experience.


Materials/References:

Why I Don't Use The Else Keyword: https://youtu.be/EumXak7TyQ0


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
01:10 - What Not To Do
02:25 - How To Use Small Functions
03:39 - Small Function Benefits
05:50 - How To Refactor To Small Functions
08:19 - Gotchas


#SmallFunctions #WDS #CleanCode