Open raimannma opened 3 years ago
REBASED VERSION from steven nguyen
Ugh I keep getting this error. I put in so many layers!!!!
I looked at the code to try to do it myself but I ended up finding a bug instead.
Code changed: Array.slice(0, -1) instead of Array.slice(Start at length - 1) https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/slice
@christianechevarria Is it possible to add a bit tolerance to coveralls check?
I just realized it might be better to do Array.pop() instead of Array.slice(0, -1)
Array.pop()
Array.slice(0, -1)
REBASED VERSION from steven nguyen
Ugh I keep getting this error. I put in so many layers!!!!
I looked at the code to try to do it myself but I ended up finding a bug instead.
Code changed: Array.slice(0, -1) instead of Array.slice(Start at length - 1) https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/slice