Skip to content

Commit f682844

Browse files
Update 04_removeFromArray/README.md
1 parent 5a20755 commit f682844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 04_removeFromArray/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ The first test on this one is fairly easy, but there are a few things to think a
1313
- you can manipulate the original array you pass into the function call or create a new array that is returned as the result.
1414
- how to remove a single element from an array
1515
- how to deal with multiple optional arguments in a javascript function
16-
- [Check this link](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/arguments). Scroll down to the bit about `Array.from` or the spread operator. - [Or this link](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/rest_parameters).
16+
- 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).

0 commit comments

Comments
 (0)