Challenge is getting accepted without sufficient code.
See original GitHub issueChallenge Name
https://www.freecodecamp.org/challenges/convert-json-data-to-html
Issue Description
Challenge is getting accepted without sufficient code.
Browser Information
- Browser Name, Version: Chrome Version 60.0.3112.78 (Official Build) (64-bit)
- Operating System: Ubuntu 16.04.2 LTS
- Mobile, Desktop, or Tablet: Desktop
Your Code
<script>
$(document).ready(function() {
$("#getMessage").on("click", function() {
$.getJSON("/json/cats.json", function(json) {
var html = "";
// Only change code below this line.
console.log(json)
json.forEach(function () {
});
// Only change code above this line.
$(".message").html(html);
});
});
});
</script>
Issue Analytics
- State:
- Created 6 years ago
- Comments:15 (10 by maintainers)
Top Results From Across the Web
Should I accept coding challenges for a potential job?
The answer is NO! Unequivocally, NO. Just No. Look, I'm not saying this is an easy topic. Here, just a couple reddit posts...
Read more >Rule 8. General Rules of Pleading - Law.Cornell.Edu
(5) Lacking Knowledge or Information. A party that lacks knowledge or information sufficient to form a belief about the truth of an allegation...
Read more >The Ultimate Coding Challenge: Do You Have What It Takes?
Take The Challenge : https://30daycodechallenge.com/How do you get better at ... I'm not moving forward until I make this code perfect.
Read more >Easy Coding Problems (Reply Code Challenge Teen Edition)
Solving past problems from Reply Code Challenge https:// challenges.reply.com/tamtamy/ challenge / code -teen-2021/detail[ad] Train&Win high ...
Read more >Writing Code | Academic Integrity at MIT
During code review, you will see classmates' solutions to a problem set. While it is fine to take inspiration from their approach, do...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
production is on a feature freeze. Since this change has already been made, this issue is no longer relevant.
Happy Coding
Is this the right branch, file that I should be looking to modify @dhcodes ?
https://github.com/freeCodeCamp/freeCodeCamp/blob/backup/master/seed/challenges/01-front-end-development-certification/json-apis-and-ajax.json
I can see where the new test should go, just want to confirm that its the right file.