question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Back to JS, please. Substitute stringify in example.

See original GitHub issue

Challenge Name

263- Get JSON with the jQuery getJSON Method

Issue Description

My issue is not a bug, so I apologize if this is not the right place for this.

Just wanted to say that I think it would be much much better not to mix the learning of json with that of JQuery. We should stick to Javascript, please! it makes things way more confusing. JQuery may be very useful and practical in production, but only once you know your JS and understand things. I find myself having to live FCC for a long time to investigate about JQuery and then having to go back to JS to learn what I should have learnt before, so I can go ahead. FCC has huge gaps in this sense. Please, please, get rid of JQuery till the end of JS, and then go for it!

Also I suggest changing the stringify method in the example. It nos obvious for a newbee why would you want to import a json object and then save it as a string with all its notation as opposed to saving it as readable text string.

Thanks and keep up the good work!

Browser Information

  • Browser Name, Version:
  • Operating System:
  • Mobile, Desktop, or Tablet:

Your Code




Screenshot

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

4reactions
HKuzcommented, Sep 14, 2016

@fuecisla thanks for noting this - your point about learning the fundamentals before the libraries and “convenience tools” (such as jQuery and Bootstrap) is actually a large part of the new curriculum expansion efforts. The front end sections are being re-ordered (and expanded upon) to focus on basic JS before the jQuery and API sections come up. (If you’re interested, you can check out the tentative challenge structure here - it’s subject to change but you can get the overall picture).

That said, there’s likely to be issues like the one you pointed out, where challenges may reference things that haven’t been covered yet, or the ‘original’ challenges don’t flow perfectly with the new ones being added. As @dhcodes mentions, we can flag that for clarification and once the new curriculum goes live we’ll certainly appreciate feedback from campers where lessons aren’t self-contained.

1reaction
fuecislacommented, Sep 19, 2016

The more I know (which is very little) the more I realise how hard it is for someone that knows a lot to think as someone that does not. It is a skill in itself. So much to learn and such a lack of time… we all skip steps. For me, structure and order, a backbone, a learning path are the things I appreciate the most of FCC. Thank you so much!!

Read more comments on GitHub >

github_iconTop Results From Across the Web

JSON.stringify() - JavaScript - MDN Web Docs
The JSON.stringify() method converts a JavaScript value to a JSON string, optionally replacing values if a replacer function is specified or ...
Read more >
Reverse of JSON.stringify? - Stack Overflow
JSON.stringify() method accepts a JavaScript object and returns its JSON equivalent. var jsonString = JSON.stringify(jsObject);.
Read more >
JSON.stringify() - JavaScript
The JSON.stringify() method converts a JavaScript object or value to a JSON string, optionally replacing values if a replacer function is specified or ......
Read more >
JavaScript JSON stringify() Method - GeeksforGeeks
This argument is used to control spacing in the final string generated using JSON. stringify() function. It can be a number or a...
Read more >
Explain JSON.stringify() in JavaScript - YouTube
This video explains about JSON. stringify () in JavaScript. ... 1. object or array 2. an optional function to replace output 3. an...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found