Skip to content

Commit 9a3facc

Browse files
author
Bradley Ashburn
committed
The word 'parameter' was incorrectly spelled.
1 parent 8e946e5 commit 9a3facc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ var removedFishes = myFish.splice(0, 2, 'parrot', 'anemone', 'blue');
137137
// removedFishes is ['angel', 'clown']
138138
```
139139

140-
+ Define a function `removeElementFromArray` that take an array of dishes as a paramet. The function should remove the third and fourth item from the array, and adds "Roast Chicken" to the end, using the `splice` function. The function should return the updated array.
140+
+ Define a function `removeElementFromArray` that take an array of dishes as a parameter. The function should remove the third and fourth item from the array, and adds "Roast Chicken" to the end, using the `splice` function. The function should return the updated array.
141141

142142
## Iteration
143143

@@ -218,3 +218,5 @@ if/when strange bugs start to appear.
218218
* [Codecademy - Arrays](http://www.codecademy.com/glossary/javascript)
219219

220220
<p data-visibility='hidden'>View <a href='https://learn.co/lessons/intro-to-arrays.js' title='JavaScript Arrays'>JavaScript Arrays</a> on Learn.co and start learning to code for free.</p>
221+
222+
<p data-visibility='hidden'>View <a href='https://learn.co/lessons/intro-to-arrays.js'>Intro To Arrays in JS</a> on Learn.co and start learning to code for free.</p>

0 commit comments

Comments
 (0)