- JavaScript:Moving to ES2015
- Ved Antani Simon Timms Narayan Prusty
- 68字
- 2021-07-09 19:07:33
Summary
In this chapter, we studied JavaScript functions. In JavaScript, functions play a critical role. We discussed how functions are created and used. We also discussed important ideas of closures and the scope of variables in terms of functions. We discussed functions as a way to create visibility classes and encapsulation.
In the next chapter, we will look at various data structures and data manipulation techniques in JavaScript.