[Beta] Coding Interview Algorithm Questions section - Something went wrong
See original GitHub issueChallenge Name
https://beta.freecodecamp.org/en/challenges/coding-interview-algorithm-questions/inventory-update
Issue Description
Loading any challenge from the Coding Interview Algorithm Questions section gives Something went wrong message and checking the browser console shows:
Failed to load resource: the server responded with a status of 500 ()
Error: {"output":{"message":"Cannot read property 'isComingSoon' of undefined"},"meta":{}}
at Object.callback (http.client.js:199)
at n (index.js:62)
at XMLHttpRequest.i (index.js:129)
at XMLHttpRequest.o [as __zone_symbol___onload] (zone.js:1064)
at e.invokeTask (zone.js:424)
at t.runTask (zone.js:191)
at XMLHttpRequest.invoke (zone.js:486)
Browser Information
- Browser Name, Version: Google Chrome 64.0.3282.186 (Official Build) (32-bit)
- Operating System: windows 7 32-bit
- Mobile, Desktop, or Tablet: Desktop
Your Code
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
What To Do If You Get a Question Wrong in a Coding Interview
In this article, we explain what a coding interview is, list steps you can take if you get a question wrong in an...
Read more >How to Rock the Coding Interview – Tips That Helped Me ...
Many candidates start coding as soon as they hear the question. That is usually a big mistake. First, take a moment and repeat...
Read more >Technical Interviews: the 8 Most Common Mistakes ...
#5: Not Using Tests ... Not running your code through test cases is missing out on crushing your interview. For one, it is...
Read more >117 Coding & Programming Interview Questions & Answers ...
This guide includes basic programming interview questions, along with more ... When the compiler finds something wrong with the program, ...
Read more >How to know testcases where code fails? - GeeksforGeeks
One of the test cases where this code will fail is when the array is arr[] = {2, -1, 3, 4, 5}. The...
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
Hi @scissorsneedfoodtoo I think we should expand the tests here https://github.com/freeCodeCamp/freeCodeCamp/blob/staging/seed/test-challenges.js and also rename one of the challenges to preserve uniqueness.
@Bouncey and @raisedadead, thank you for your help! I’ll start working on expanding the tests and will submit a PR to rename the challenge in the coding interview section.