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.

Challenge is getting accepted without sufficient code.

See original GitHub issue

Challenge 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:closed
  • Created 6 years ago
  • Comments:15 (10 by maintainers)

github_iconTop GitHub Comments

2reactions
BerkeleyTruecommented, Feb 16, 2018

production is on a feature freeze. Since this change has already been made, this issue is no longer relevant.

Happy Coding

1reaction
akshaynaik404commented, Aug 16, 2017

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.

Read more comments on GitHub >

github_iconTop 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 >

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