mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-21 11:06:03 -05:00
* Correct seed code errors Corrects the problems raised in issue #13157 - campers can focus on solving the challenge rather than fixing bugs; functions have the correct return value now. * Add single quotes to correct new assertion statements * Fix incorrect usage of splice Changed the parameters passed to bookList.splice in the remove function * Remove extraneous tests