Guard statement for early exit / positive coding
|
|
6
|
72
|
March 22, 2025
|
Allow accessing classes before initialization
|
|
4
|
76
|
March 16, 2025
|
String byteLength count?
|
|
15
|
116
|
March 15, 2025
|
declare a function's name without creating a variable
|
|
1
|
54
|
March 11, 2025
|
const function parameters
|
|
8
|
585
|
March 10, 2025
|
Can we remove the const keyword for named arrow function exports?
|
|
9
|
110
|
March 8, 2025
|
Default first parameter for Array.flatMap function
|
|
3
|
44
|
March 7, 2025
|
Comments in template literals `${/* comment */}`
|
|
9
|
107
|
March 5, 2025
|
Enhancing setInterval: Ability to Change Interval During Execution
|
|
1
|
27
|
March 4, 2025
|
Object.prototype.pipe() - Universal Method Chaining in JavaScript
|
|
19
|
203
|
February 26, 2025
|
next/prev for non-async iterators?
|
|
13
|
136
|
February 10, 2025
|
Make private properties and proxy work together (RETRACTED)
|
|
17
|
61
|
February 2, 2025
|
Allow words "int", "string", "double" and equal them to "let"
|
|
7
|
406
|
February 2, 2025
|
Proposal: Local variables as scope object properties
|
|
2
|
48
|
January 25, 2025
|
Try-catch oneliner
|
|
62
|
4425
|
January 20, 2025
|
Let Set.prototype.add() accept multiple args like Array.prototype.push()
|
|
3
|
532
|
January 18, 2025
|
Optional return
|
|
6
|
74
|
January 18, 2025
|
Nullish coalescing syntax for default param values
|
|
9
|
457
|
January 18, 2025
|
Replacing a string from last
|
|
6
|
84
|
January 16, 2025
|
Global imports
|
|
20
|
140
|
January 15, 2025
|
Dereference from Prototype Only
|
|
4
|
45
|
January 12, 2025
|
Optional Typing
|
|
20
|
1038
|
January 11, 2025
|
This one should work but it doesn't
|
|
1
|
43
|
January 5, 2025
|
"Private class field symbols"
|
|
10
|
70
|
December 28, 2024
|
Unordered async iterator syntax
|
|
3
|
49
|
December 26, 2024
|
String.from()
|
|
12
|
92
|
December 22, 2024
|
Fast string split at index
|
|
0
|
24
|
December 22, 2024
|
String.prototype.count(searchString[, start[, end]])
|
|
3
|
58
|
December 20, 2024
|
Nullish unary operator `?`
|
|
55
|
3479
|
December 20, 2024
|
Thoughts on JS0 and JSSugar
|
|
0
|
47
|
December 20, 2024
|