May 23 · 7 min read · When you start writing JavaScript programs, one thing becomes very obvious pretty quickly. You end up writing a lot of functions. Some functions are small helper functions, some perform simple calcula
Join discussionMay 23 · 6 min read · When we start writing programs something interesting happens very quickly. We begin repeating the same code again and again. Maybe you're adding numbers in multiple places.Maybe you're validating a us
Join discussionMay 10 · 5 min read · Hey everyone — Dinesh here, your full-stack learner still refactoring old code and discovering better ways to write JavaScript. When I started learning JavaScript, I used to write functions without th
Join discussion
May 10 · 5 min read · If you have been writing JavaScript for a little while, you are probably very familiar with the traditional function keyword. It is the workhorse of the language, allowing you to bundle logic into reu
Join discussion
May 10 · 5 min read · If you have been following along with this series, you know that variables hold your data, and operators allow you to manipulate it. But as your codebase grows, you will find yourself writing the exac
Join discussion