javascript-koans icon indicating copy to clipboard operation
javascript-koans copied to clipboard

underscore chain is not available in AboutApplyingWhatWeHaveLearnt.js

Open made-by-chris opened this issue 8 years ago • 1 comments

console.log(_.chain) yields undefined in my instance. Other underscore methods are available.

made-by-chris avatar Mar 19 '16 12:03 made-by-chris

Same here, Underscore.js introduced _.chain in version 1.2.4 and the Koans training is using 1.1.6. What I did to fix it is to update the Underscore-min.js file with the latest version from underscorejs.org site. I will submit a pull request. Cheers.

jaimerosales avatar May 19 '16 10:05 jaimerosales