#15 Arrow Functions in JavaScript: A Simpler Way to Write Functions
If you've been writing function name() { ... } for a while, arrow functions are going to feel like a breath of fresh air. Introduced in 2015 (ES6), they are a shorter, sleeker way to write functions t
annodiya.hashnode.dev2 min read