You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
console.log(_.chain)
yields undefined in my instance. Other underscore methods are available.
The text was updated successfully, but these errors were encountered: