Skip to main content

Command Palette

Search for a command to run...

Arrow Function in JavaScript

Published
1 min readView as Markdown
Arrow  Function in JavaScript
S

A passionate Full Stack Software Developer 🚀 having an experience of building Web applications with JavaScript and some other cool libraries and frameworks.

Arrow functions allow us to write shorter function syntax:

let myFunction = (a, b) => a * b

Advantage of arrow functions:

This arrow function reduces lots of code and makes the code more readable.

More from this blog

Shubham's blog

66 posts