Sheryl Hohman

Results 5 issues of Sheryl Hohman

Level 15, I expected `order: 1;` (or `order: 0;`) to move the red frog to the first lilypad. To be sure, `order: 5; ` does put the red frog on...

Would be nice to provide a solution/explanation for anyone who simply cannot figure one out ;-)

Bug In IE11 the following error occurs: >Object doesn't support property or method 'includes' Reason: `includes` is not supported in IE. Proposed solution: Can it be replaced by `indexOf` ?...

A note has been added for the last koan indicating the syntax required. Using a more recent chain syntax, `_.chain(collection)`, will cause errors. Koan 53 requires the original syntax :...

``` Using a more recent chain syntax, `_.chain(collection)`, will cause errors. Koan 53 requires the original syntax of : `_(collection).chain`. The more recent chain syntax was added more than 4...