Arrow function expressions are new functions available in ES6. Using arrow function expressions we can reduce function coding. In Arrow function expressions there is no this inside arrow function. if you call this it will take immediate parent's context.