Course Hive
Search

Welcome

Sign in or create your account

Continue with Google
or
Advanced JavaScript Tutorial in Hindi [Part 93] - JavaScript Arrow function in ES6
Play lesson

JavaScript Tutorial in Hindi - Advanced JavaScript Tutorial in Hindi [Part 93] - JavaScript Arrow function in ES6

4.0 (0)
6 learners

What you'll learn

This course includes

  • 23.5 hours of video
  • Certificate of completion
  • Access on mobile and TV

Summary

Keywords

Full Transcript

#Javascript #Tutorial #Hindi Link for Complete JavaScript Tutorial in Hindi for Beginners: https://www.youtube.com/playlist?list=PLjpp5kBQLNTSvHo6Rp4Ky0X8x_MabmKye Link for Complete HTML and CSS Tutorial in Hindi for Beginners: https://www.youtube.com/playlist?list=PLjpp5kBQLNTSdLVVjU_kea8J8lP24ZseT In this video i will talk about JavaScript Arrow function in ES6. Arrow function is one of the features introduced in the ES6 version of JavaScript. It allows you to create functions in a cleaner way compared to regular functions. Arrow functions are handy for one-liners. They come in two flavors: Without curly braces: () = expression – the right side is an expression: the function evaluates it and returns the result. With curly braces: () = { body } – brackets allow us to write multiple statements inside the function, but we need an explicit return to return something. Arrow functions, introduced in ES6, provides a concise way to write functions in JavaScript. Another significant advantage it offers is the fact that it does not bind its own this. In other words, the context inside arrow functions is lexically or statically defined. What do we mean by that? Unlike other functions, the value of this inside arrow functions is not dependent on how they are invoked or how they are defined.It depends only on its enclosing context. Please subscribe to watch more videos like this: https://www.youtube.com/channel/UCWCGvAu1NDCldmLasELk62g?sub_confirmation=1

Course Hive

Continue this lesson in the app

Install CourseHive on Android or iOS to keep learning while you move.

Related Courses

FAQs

Course Hive
Download CourseHive
Keep learning anywhere