Md Shah Aman Patwarymdshahamanpatwary.hashnode.dev·Feb 16, 2024JavaScript Arrow Functions vs Regular FunctionsIn JavaScript, there are two main ways of writing functions. You can create functions using the regular function syntax. Or you can use the arrow function syntax. In this article, you will learn how to use both options. You'll also learn about the di...26 readsfunctions
saurabh suryavanshisaurabhsuryavanshi.hashnode.dev·Oct 27, 2023Exploring Arrow Functions and Regular Functions in JavaScriptJavaScript, as a versatile and powerful programming language, has seen substantial evolution over the years. One such noteworthy change was the introduction of arrow functions in ECMAScript 6 (ES6). Arrow functions provide a more concise syntax and c...javascript functions