mirror of
https://github.com/10h30/odin-javascript-exercises.git
synced 2026-07-11 18:55:59 +09:00
Whitespace and capitalization correction
This commit is contained in:
@@ -12,5 +12,5 @@ The first test on this one is fairly easy, but there are a few things to think a
|
|||||||
|
|
||||||
- you can manipulate the original array you pass into the function call or create a new array that is returned as the result.
|
- you can manipulate the original array you pass into the function call or create a new array that is returned as the result.
|
||||||
- how to remove a single element from an array
|
- how to remove a single element from an array
|
||||||
- how to deal with multiple optional arguments in a javascript function
|
- how to deal with multiple optional arguments in a JavaScript function
|
||||||
- For more information, check out MDN's page on [function arguments](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/arguments) - scroll down to the bit about `Array.from` or the spread operator. You can also check out MDN's page on [rest parameters](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/rest_parameters).
|
- For more information, check out MDN's page on [function arguments](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/arguments) - scroll down to the bit about `Array.from` or the spread operator. You can also check out MDN's page on [rest parameters](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/rest_parameters).
|
||||||
|
|||||||
Reference in New Issue
Block a user