Change "rest operator" to say "rest parameter" in challenges and guide (#35496)
* change es6 challenges rest operator to param * fix rest parameter typos * change rest operator to parameter in guide * fix casing * change rest operator to rest parameter in guide * change rest operator to rest parameter in curriculum * remove extra whitespace * remove whitespaces * remove whitespace * fix: removed arabic file * fix: removed chinese file
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
],
|
||||
[
|
||||
"587d7b88367417b2b2512b47",
|
||||
"Use the Rest Operator with Function Parameters"
|
||||
"Use the Rest Parameter with Function Parameters"
|
||||
],
|
||||
[
|
||||
"587d7b89367417b2b2512b48",
|
||||
@@ -66,7 +66,7 @@
|
||||
],
|
||||
[
|
||||
"587d7b8a367417b2b2512b4c",
|
||||
"Use Destructuring Assignment with the Rest Operator to Reassign Array Elements"
|
||||
"Use Destructuring Assignment with the Rest Parameter to Reassign Array Elements"
|
||||
],
|
||||
[
|
||||
"587d7b8a367417b2b2512b4d",
|
||||
|
Reference in New Issue
Block a user