- JavaScript:Moving to ES2015
- Ved Antani Simon Timms Narayan Prusty
- 111字
- 2021-07-09 19:07:36
Summary
As JavaScript matures as a language, its tool chain also becomes more robust and effective. It is rare to see seasoned programmers staying away from libraries such as Underscore.js. As we see more advanced topics, we will continue to explore more such versatile libraries that can make your code compact, more readable, and performant. We looked at regular expressions—they are first-class objects in JavaScript. Once you start understanding RegExp
, you will soon find yourself using more of them to make your code concise. In the next chapter, we will look at JavaScript Object notation and how JavaScript prototypal inheritance is a new way of looking at object-oriented programming.
推薦閱讀
- Implementing Modern DevOps
- 垃圾回收的算法與實現
- JavaScript+Vue+React全程實例
- Microsoft System Center Orchestrator 2012 R2 Essentials
- C語言實驗指導及習題解析
- NoSQL數據庫原理
- Swift 4 Protocol-Oriented Programming(Third Edition)
- Building Microservices with .NET Core
- Android群英傳
- 現代C:概念剖析和編程實踐
- MongoDB Cookbook(Second Edition)
- ABAQUS6.14中文版有限元分析與實例詳解
- Python Linux系統管理與自動化運維
- 少兒編程輕松學(全2冊)
- MySQL從入門到精通