Update index.md (#24281)

This commit is contained in:
Prabesh Subedi
2018-12-07 14:13:58 +05:45
committed by Manish Giri
parent 4878643f28
commit e35833b77a

View File

@ -2,7 +2,7 @@
title: Arrow Functions
---
Arrow functions are a new ES6 syntax for writing JavaScript function expressions. The shorter syntax saves time, as well as simplifying the function scope.
Arrow functions are a new ES6 syntax for writing JavaScript function expressions. The shorter syntax saves time and simplifies the function scope.
## What are arrow functions?