SSSATYAM SHARMAinsatyamexxe.hashnode.dev·Mar 15 · 3 min readArrow Functions in (JavaScript) A Simpler Way to Write Functions When writing JavaScript, we often create small helper functions. Earlier we used the traditional function syntax, but modern JavaScript introduced arrow functions to m00
RKRajesh Kumarinrajesh71webdev.hashnode.dev·Mar 8 · 5 min readFunction Declaration vs Function Expression: What’s the Difference?As we dive deeper into our web development cohort, we quickly learn the golden rule of programming: DRY (Do not Repeat Yourself). If you find yourself copying and pasting the exact same block of code 00