|
8 | 8 | |----------------------|-----------------------|-----------------------|---------------------|----------------------| |
9 | 9 | | π¦ value | π¦ if | π¦ recursion | π¦ array | π¦ refactoring | |
10 | 10 | | π¦ identifier | π¦ loops | π¦ function | π¦ instance | π¦ code review | |
11 | | -| π¦ variable | π¦ assignment | π¦ lambda | π¦ object | π¦ antipatterns | |
| 11 | +| π¦ variable | π¦ assignment | π¦ return | π¦ object | π¦ antipatterns | |
12 | 12 | | π¦ constant | π¨ prototype | π¦ signature | π¦ collection | π¦ paradigm | |
13 | 13 | | π¦ scalar | π¦ class | π¦ argument | π¦ hash table | π¦ algorythm | |
14 | 14 | | π¦ literal | π¦ while | π¦ parameter | π¦ linked list | π¦ magic numbers | |
15 | 15 | | π¦ expression | π¦ do..while | π¦ pure | π¦ queue | π¦ hardcode | |
16 | 16 | | π¦ heap | π¦ for | π¦ function | π¦ stack | π¦ complexity | |
17 | 17 | | π¦ type | π¨ for..in | π¦ side effects | π¦ deque | π¦ decomposition | |
18 | 18 | | π¦ primitive types | π¨ for..of | π¦ closure | π¦ serialization | β¬οΈ spaghetti | |
19 | | -| π¦ reference | π¨ for await | π¦ partial | π¦ mixin | β¬οΈ silver bullet | |
| 19 | +| π¦ reference | π¨ for await | π¦ partial | π¦ mixin, extend | β¬οΈ silver bullet | |
20 | 20 | | π¦ flag | π¦ throw | β¬οΈ curry | π¨ iterator | β¬οΈ not invented here | |
21 | 21 | | π¦ lexical scope | π¦ try..catch | π¦ chaining | π¨ typed arrsys | π¦ dead code | |
22 | | -| π¨ typeof | π¦ equality operators | π¦ higher order | π¨ Map | π¦ unreachable code | |
| 22 | +| π¦ code block | π¦ equality operators | π¦ higher order | π¨ Map | π¦ unreachable code | |
23 | 23 | | π¨ Object | π¦ logical operators | π¦ callback | π¨ Set | π¦ duplicate code | |
24 | 24 | | π¨ this | π¦ bitwise operators | π¦ listener | β¬οΈ weak collections | π¦ exception | |
25 | | -| π¨ arrow function | | β¬οΈ pipe | β¬οΈ Proxy | π¦ return early | |
26 | | -| π¨ generator | | β¬οΈ memoize | β¬οΈ Symbol | | |
27 | | -| π¨ async function | | π¦ factory | π¨ string parsing | | |
28 | | -| π¨ call, bind, apply | | π¦ pool | π¨ timers | | |
29 | | -| π¨ Array | | π¦ wrapper | π¨ EventEmitter | | |
30 | | -| π¨ instanceof | | π¨ default parameters | π¨ RegExp | | |
31 | | -| π¨ ...spread | | | π¨ global | | |
32 | | -| π¨ ...rest | | | π¨ undefined | | |
33 | | -| | | | π¦ null | | |
| 25 | +| π¨ arrow function | π¦ break, continue | β¬οΈ pipe | β¬οΈ Proxy | π¦ return early | |
| 26 | +| π¨ generator | π¦ switch | β¬οΈ memoize | β¬οΈ Symbol | π¦ linter | |
| 27 | +| π¨ async function | π¨ new Error | π¦ factory | π¨ string parsing | β¬οΈ prettier | |
| 28 | +| π¨ call, bind, apply | | π¦ pool | π¨ timers | π¦ unittest | |
| 29 | +| π¨ Array | | π¦ wrapper | π¨ EventEmitter | π¦ git | |
| 30 | +| π¨ instanceof | | π¨ default parameters | π¨ RegExp | π¦ github | |
| 31 | +| π¨ ...spread | | π¦ lambda | π¨ global | π¨ node.js | |
| 32 | +| π¨ ...rest | | | π¨ undefined | π¨ npm | |
| 33 | +| π¨ typeof | | | π¦ null | | |
0 commit comments