About the 💡 Ideas category
|
|
0
|
993
|
March 27, 2019
|
new methods of Set: equals, isProperSubsetOf, isProperSupersetOf
|
|
4
|
80
|
April 16, 2025
|
Support argument length binding
|
|
6
|
73
|
April 16, 2025
|
Make "sort" great again!
|
|
6
|
72
|
April 15, 2025
|
Static inline import
|
|
2
|
31
|
April 14, 2025
|
Grouped Export Namespaces: `export { foo, bar } as qux`
|
|
16
|
88
|
April 1, 2025
|
.map() equivalent for objects - Object.mapEntries()
|
|
14
|
731
|
April 1, 2025
|
Automatic detection of wrong index typos
|
|
1
|
39
|
March 31, 2025
|
Proposal: Enhanced Network Error Handling Using Error.cause
|
|
3
|
48
|
March 26, 2025
|
classList.remove should work if no class is assigned.
|
|
1
|
45
|
March 26, 2025
|
Named export exclusion & named aliases before wildcard export
|
|
1
|
268
|
March 26, 2025
|
Guard statement for early exit / positive coding
|
|
6
|
68
|
March 22, 2025
|
Allow accessing classes before initialization
|
|
4
|
69
|
March 16, 2025
|
String byteLength count?
|
|
15
|
98
|
March 15, 2025
|
declare a function's name without creating a variable
|
|
1
|
49
|
March 11, 2025
|
const function parameters
|
|
8
|
575
|
March 10, 2025
|
Can we remove the const keyword for named arrow function exports?
|
|
9
|
71
|
March 8, 2025
|
Default first parameter for Array.flatMap function
|
|
3
|
41
|
March 7, 2025
|
Comments in template literals `${/* comment */}`
|
|
9
|
100
|
March 5, 2025
|
Enhancing setInterval: Ability to Change Interval During Execution
|
|
1
|
23
|
March 4, 2025
|
Object.prototype.pipe() - Universal Method Chaining in JavaScript
|
|
19
|
181
|
February 26, 2025
|
Symbol.clone to ease-out structuredClone implicit conversion
|
|
9
|
217
|
February 13, 2025
|
next/prev for non-async iterators?
|
|
13
|
132
|
February 10, 2025
|
ECMAScript proposal: Hash Comments (replacement for Type Annotations)
|
|
16
|
137
|
February 3, 2025
|
Make private properties and proxy work together (RETRACTED)
|
|
17
|
56
|
February 2, 2025
|
Allow words "int", "string", "double" and equal them to "let"
|
|
7
|
402
|
February 2, 2025
|
Proposal: Local variables as scope object properties
|
|
2
|
46
|
January 25, 2025
|
Try-catch oneliner
|
|
62
|
4400
|
January 20, 2025
|
Let Set.prototype.add() accept multiple args like Array.prototype.push()
|
|
3
|
531
|
January 18, 2025
|
Optional return
|
|
6
|
71
|
January 18, 2025
|