Arrow Functions in JavaScript: A Simpler Way to Write Functions
❓What is Function
A function is a block of code that performs a specific task and can be used again whenever needed.
A function is a reusable piece of code.
🔷Why Functions are Used
🟢Code Reusabil
js-learning-arrowfunction.hashnode.dev2 min read