Sudhakar Patilbrainybloom.hashnode.dev·Mar 25, 2023All about Arrow functions in JavascriptWhat are Arrow functions? Arrow functions in JavaScript are a shorter way of writing functions. They were introduced in ES6 (ECMAScript 2015) and provide a more concise syntax compared to traditional function expressions. The basic syntax of an arrow...31 readsJavaScript
Senthooran Bsen.hashnode.dev·Oct 25, 2022Functions in JavaScript- argumentsThe previous article covered the basics of functions. Now, that doesn't even come close to covering everything about JS functions. Neither does this one for that matter, but I hope that the two taken together cover most of the use cases that you'll e...10 likes·64 readsJavaScript functionsarguments-object