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

Reference error: stringify is not defined in Record Collection #9276

Closed
dhcodes opened this issue Jun 21, 2016 · 1 comment
Closed

Reference error: stringify is not defined in Record Collection #9276

dhcodes opened this issue Jun 21, 2016 · 1 comment

Comments

@dhcodes
Copy link
Contributor

dhcodes commented Jun 21, 2016

Challenge Name

https://www.freecodecamp.com/challenges/record-collection

Issue Description

As currently written, the line var collectionCopy = JSON.parse(stringify(collection)); of the Record Collection challenge causes a ReferenceError: stringify is not defined. I believe the code used to be var collectionCopy = JSON.parse(JSON.stringify(collection)); It also appears from this file that this line could probably be moved into the tests area and out of the default code in the editor, as spotted by @BKinahan. @BKinahan also identified the commit that likely caused this reference error: 3fa8637

Browser Information

  • Browser Name, Version: Chrome Version 51.0.2704.103 (64-bit)
  • Operating System: OS X El Capitan 10.11.4
  • Mobile, Desktop, or Tablet: Desktop

Your Code

// If relevant, paste all of your challenge code in here

Screenshot

@dhcodes
Copy link
Contributor Author

dhcodes commented Jun 21, 2016

@BKinahan good enough description of the issue?

This issue was closed.
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