Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

underscore chain is not available in AboutApplyingWhatWeHaveLearnt.js #68

Open
made-by-chris opened this issue Mar 19, 2016 · 1 comment

Comments

@made-by-chris
Copy link

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

@jaimerosales
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants