Merge pull request #3376 from natac13/fix/slasher-flick-unclear-head-of-array

fix unclear description slasher flick
pull/3550/head
Aniruddh Agarwal 2015-10-02 05:20:28 +08:00
commit fa89ff3471
1 changed files with 1 additions and 0 deletions

View File

@ -453,6 +453,7 @@
"difficulty": "1.11", "difficulty": "1.11",
"description": [ "description": [
"Return the remaining elements of an array after chopping off n elements from the head.", "Return the remaining elements of an array after chopping off n elements from the head.",
"The head meaning the beginning of the array, or the zeroth index",
"Remember to use <a href=\"//github.com/FreeCodeCamp/freecodecamp/wiki/How-to-get-help-when-you-get-stuck\" target=\"_blank\">Read-Search-Ask</a> if you get stuck. Write your own code." "Remember to use <a href=\"//github.com/FreeCodeCamp/freecodecamp/wiki/How-to-get-help-when-you-get-stuck\" target=\"_blank\">Read-Search-Ask</a> if you get stuck. Write your own code."
], ],
"challengeSeed": [ "challengeSeed": [