File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Feature|Example
35
35
[ const] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/const ) |` const a = 1; `
36
36
[ Default parameters] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Default_parameters ) |` function(a = 1) { … } `
37
37
[ Destructuring assignment] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment ) |` [a, b] = [1, 2] `
38
- [ Exponentiation operator] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Arithmetic_Operators#Exponentiation_(**) ) |` a ** b `
38
+ [ Exponentiation operator] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Arithmetic_Operators#Exponentiation ) |` a ** b `
39
39
[ for...of] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/statements/for...of ) |` for (let a of b) { … } `
40
40
[ Generators] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Iterators_and_Generators#Generator_functions ) |` function*() { … } `
41
41
[ let] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/let ) |` let a = 1; `
You can’t perform that action at this time.
0 commit comments