Loading lesson path
Schedules a function to be executed when a promise has been "fulfilled" or "rejected"
Allows to destruct an array and collect the leftovers
Allows to destruct an object and collect the leftovers
Allows different parts of a program to access the same memory
/s Allows the . (dot) metacharacter to match line terminators
\p{}(?<=y) (?<=y)x matches "x" if "x" is preceded by "y" (?<!y) (?<!y)x matches "x" if "x" is NOT preceded by "y" (?<name>) Captures text and names (labels) it
ECMAScript 2018 is supported in all modern browsers since
64
79
78
12
51