« LanguageBrowser APIs »
English
CatalàČeskyDeutschEnglishEspañolفارسیFrançaisHindiItalianoPortuguêsРусскийУкраїнськаSvenskaTürkçeIndonesia简体中文正體中文日本語Polski한국어
Completion percentage: 81%
Completion percentage: 81%
Completion percentage: 46%
Completion percentage: 46%
Completion percentage: 60%
Completion percentage: 60%
Completion percentage: 67%
Completion percentage: 67%
Completion percentage: 26%
Completion percentage: 26%
Completion percentage: 69%
Completion percentage: 69%
Completion percentage: 4%
Completion percentage: 4%
Completion percentage: 41%
Completion percentage: 41%
Completion percentage: 38%
Completion percentage: 38%
Completion percentage: 94%
Completion percentage: 94%
Completion percentage: 80%
Completion percentage: 80%
Completion percentage: 38%
Completion percentage: 38%
Completion percentage: 66%
Completion percentage: 66%
Completion percentage: 41%
Completion percentage: 41%
Completion percentage: 44%
Completion percentage: 44%
Completion percentage: 65%
Completion percentage: 65%
Completion percentage: 73%
Completion percentage: 73%
Completion percentage: 78%
Completion percentage: 78%
Completion percentage: 87%
Completion percentage: 87%
Data Structures
How you store and manipulate data.
MapsCompletion percentage: 92.4% (21954)Completion percentage: 92.4% (21954)
Completion percentage: 92.4% (21954)
Completion percentage: 92.4% (21954)
Percents
Count
The Map object holds key-value
pairs and remembers the original insertion order of the keys.
2019
2020
Have used it | |
Know about it | |
Never heard of it |
SetsCompletion percentage: 92.6% (22010)Completion percentage: 92.6% (22010)
Completion percentage: 92.6% (22010)
Completion percentage: 92.6% (22010)
Percents
Count
The Set object lets you store unique values of any type, whether primitive values or object references.
2019
2020
Have used it | |
Know about it | |
Never heard of it |
We asked members of the JavaScript community to share their “pick of the year”
My 2020 Pick: Josh W. Comeau
Josh Comeau has been an inspiration to me, and I can say the JS community in general. He writes very thoughtful articles on his blog, and they are some of the best I read in 2020 because they either helped me stay on top of the latest in JavaScript or helped me learn something new.
We asked members of the JavaScript community to share their “pick of the year”
Gift Egwuenu
Frontend Developer @ PassionatePeople
Typed ArraysCompletion percentage: 92.7% (22032)Completion percentage: 92.7% (22032)
Completion percentage: 92.7% (22032)
Completion percentage: 92.7% (22032)
Percents
Count
JavaScript typed arrays are array-like objects that provide a mechanism for reading and writing raw binary data in memory buffers.
2019
2020
Have used it | |
Know about it | |
Never heard of it |
Array.prototype.flat()Completion percentage: 93% (22108)Completion percentage: 93% (22108)
Completion percentage: 93% (22108)
Completion percentage: 93% (22108)
Percents
Count
The flat() method creates a new array with all sub-array
elements concatenated into it recursively up to the specified depth.
2019
2020
Have used it | |
Know about it | |
Never heard of it |
BigIntCompletion percentage: 93.4% (22186)Completion percentage: 93.4% (22186)
Completion percentage: 93.4% (22186)
Completion percentage: 93.4% (22186)
Percents
Count
BigInt is a built-in object that provides a way to represent whole numbers larger than 253 - 1, which is the largest number JavaScript can reliably represent with the Number primitive and represented by the Number.MAX_SAFE_INTEGER constant. BigInt can be used for arbitrarily large integers.
2020
Have used it | |
Know about it | |
Never heard of it |
Recommended Resources
Wes Bos
ES6 for Everyone
This premium video course is the best way to learn about all that ES6 has to offer while sharpening your core JavaScript skills.
Thanks to our partners for supporting us! Learn more.