get help in general - we have more specialized help rooms here: https://gitter.im/FreeCodeCamp/home
thecodingaviator on master
remove A (#31157) (compare)
['a', 'b', 'c', 'd']
reduce down to [ 'c', 'd']
as I spliced it out and returned it
['a', 'b', 'c', 'd'].splice(0, 2 )
first index is 0th index and 2nd index is 2 - 1th i.e. 1