Visit the blog for .Net FAQ,.Net interview questions,ASP .Net FAQ, C# .Net FAQ,ASP .Net interview questions, interview question on .Net, interview questions on C#.
Thursday, June 10, 2021
Benefit of Arrow function
Two major benefit
1. A very clean concise syntax
2. More intuitive scoping and this binding.
(arrow functions take the thisfrom their surroundings (lexical binding))
No comments:
Post a Comment