diff --git a/index.js b/index.js index 16ebd6a..e6f083a 100644 --- a/index.js +++ b/index.js @@ -2,5 +2,5 @@ const word = 'skateboard' //Don't change this line! // YOUR CODE BELOW THIS LINE: -let facialHair = word.slice(5,10); -facialHair = facialHair.replace('o','e'); \ No newline at end of file +let facialHair = word.slice(5); +facialHair = facialHair.replace('o','e');