- 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
推薦閱讀
- Mastering Entity Framework Core 2.0
- 看透JavaScript:原理、方法與實踐
- FFmpeg入門詳解:音視頻流媒體播放器原理及應用
- GitLab Repository Management
- Windows Presentation Foundation Development Cookbook
- Blender 3D Incredible Machines
- 小程序開發原理與實戰
- MongoDB,Express,Angular,and Node.js Fundamentals
- Microsoft Azure Storage Essentials
- 零基礎學C語言第2版
- Unity&VR游戲美術設計實戰
- Java多線程并發體系實戰(微課視頻版)
- 你必須知道的.NET(第2版)
- Splunk Essentials
- RESTful Web API Design with Node.js(Second Edition)