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

requires original syntax of chain for koan 53 #64

Open
SherylHohman opened this issue Dec 26, 2015 · 0 comments
Open

requires original syntax of chain for koan 53 #64

SherylHohman opened this issue Dec 26, 2015 · 0 comments

Comments

@SherylHohman
Copy link

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 years ago,
and causes confusion when otherwise correct code produces errors.
Adding a note to koan 53 should remove this source of confusion
for users familiar with the newer `_.chain(collection)` syntax.

reference notes:
javascript-koans uses underscore v 1.1.6 from  Apr 2011
newer chain syntax was added in v 1.2.3 on 30 Dec 2011 as fix #408
current underscore library is v 1.8.3
SherylHohman added a commit to SherylHohman/javascript-koans that referenced this issue Dec 26, 2015
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 of _(collection).chain

Addresses Issue mrdavidlaing#64
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

1 participant