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

Inconsistent Function Names in Ch 4 and Ch 5 #68

Open
semmypurewal opened this issue Jan 26, 2015 · 1 comment
Open

Inconsistent Function Names in Ch 4 and Ch 5 #68

semmypurewal opened this issue Jan 26, 2015 · 1 comment

Comments

@semmypurewal
Copy link
Owner

From Mike Hennessey:

Typo in the print version:

Ch. 5, p. 179 reads:
"remember that I had you write a function called containsNTimes"

The above sentence is a reference to Ch. 4, p. 146, which reads:

"Write a function that accepts three arguments and returns true if the
array contains the element n times, where n is the third argument:"

"arrayContainsNTimes(["a","b","a","c","a"], "a", 3);"

So the function name has to be changed in one place or the other, to be consistent.

@semmypurewal
Copy link
Owner Author

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