- JavaScript:Moving to ES2015
- Ved Antani Simon Timms Narayan Prusty
- 119字
- 2021-07-09 19:07:34
Chapter 3. Data Structures and Manipulation
Most of the time that you spend in programming, you do something to manipulate data. You process properties of data, derive conclusions based on the data, and change the nature of the data. In this chapter, we will take an exhaustive look at various data structures and data manipulation techniques in JavaScript. With the correct usage of these expressive constructs, your programs will be correct, concise, easy to read, and most probably faster. This will be explained with the help of the following topics:
- Regular expressions
- Exact match
- Match from a class of characters
- Repeated occurrences
- Beginning and end
- Backreferences
- Greedy and lazy quantifiers
- Arrays
- Maps
- Sets
- A matter of style
推薦閱讀
- 微服務設計(第2版)
- Clojure Programming Cookbook
- C語言程序設計教程(第2版)
- Flash CS6中文版應用教程(第三版)
- Working with Odoo
- Java零基礎實戰
- UI設計全書(全彩)
- JavaScript應用開發實踐指南
- Learning JavaScript Data Structures and Algorithms(Second Edition)
- Java并發編程:核心方法與框架
- Appcelerator Titanium:Patterns and Best Practices
- Learning Concurrency in Python
- 計算機系統解密:從理解計算機到編寫高效代碼
- 從零開始學算法:基于Python
- MongoDB Administrator’s Guide