SSSATYAM SHARMAinsatyamexxe.hashnode.dev00Arrow Functions in (JavaScript) Mar 15 · 3 min read · 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 mJoin discussion
RKRajesh Kumarinrajesh71webdev.hashnode.dev00Function Declaration vs Function Expression: What’s the Difference?Mar 8 · 5 min read · 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 Join discussion