Mistake in the text of new JS challenge
See original GitHub issueDescribe the bug
The sentences linked below use “have” instead of “be”. Since monsters
is an array containing objects, the value mentioned should be an object.
- https://github.com/freeCodeCamp/freeCodeCamp/blob/58d794f3e92baa16fb62dfeee66b7713630f3c49/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-basic-javascript-by-building-a-role-playing-game/62a8d81f539f004776dd9b1e.md?plain=1#L40
- https://github.com/freeCodeCamp/freeCodeCamp/blob/58d794f3e92baa16fb62dfeee66b7713630f3c49/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-basic-javascript-by-building-a-role-playing-game/62a8d81f539f004776dd9b1e.md?plain=1#L46
- https://github.com/freeCodeCamp/freeCodeCamp/blob/58d794f3e92baa16fb62dfeee66b7713630f3c49/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-basic-javascript-by-building-a-role-playing-game/62a8d81f539f004776dd9b1e.md?plain=1#L52
- https://github.com/freeCodeCamp/freeCodeCamp/blob/58d794f3e92baa16fb62dfeee66b7713630f3c49/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-basic-javascript-by-building-a-role-playing-game/62a8d81f539f004776dd9b1e.md?plain=1#L58
- https://github.com/freeCodeCamp/freeCodeCamp/blob/58d794f3e92baa16fb62dfeee66b7713630f3c49/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-basic-javascript-by-building-a-role-playing-game/62a8d81f539f004776dd9b1e.md?plain=1#L64
- https://github.com/freeCodeCamp/freeCodeCamp/blob/58d794f3e92baa16fb62dfeee66b7713630f3c49/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-basic-javascript-by-building-a-role-playing-game/62a8d81f539f004776dd9b1e.md?plain=1#L70
- https://github.com/freeCodeCamp/freeCodeCamp/blob/58d794f3e92baa16fb62dfeee66b7713630f3c49/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-basic-javascript-by-building-a-role-playing-game/62a8d81f539f004776dd9b1e.md?plain=1#L76
- https://github.com/freeCodeCamp/freeCodeCamp/blob/58d794f3e92baa16fb62dfeee66b7713630f3c49/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-basic-javascript-by-building-a-role-playing-game/62a8d81f539f004776dd9b1e.md?plain=1#L82
- https://github.com/freeCodeCamp/freeCodeCamp/blob/58d794f3e92baa16fb62dfeee66b7713630f3c49/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-basic-javascript-by-building-a-role-playing-game/62a8d81f539f004776dd9b1e.md?plain=1#L88
Expected behavior Each sentence should say: “array should be an object” instead of “array should have an object”
Issue Analytics
- State:
- Created a year ago
- Comments:14 (2 by maintainers)
Top Results From Across the Web
The 10 Most Common JavaScript Issues Developers Face
If you need help figuring out why your JavaScript isn't working, consult this list of the 10 most common JavaScript issues from a...
Read more >Handling common JavaScript problems - MDN Web Docs
When developers make use of new/nascent JavaScript features, modern Web APIs, ... Note: Buggy JavaScript Code: The 10 Most Common Mistakes ...
Read more >JavaScript/Debugging Challenges - Wikiversity
These debugging challenges are written in JavaScript, and designed to complement the units: ICAB4225A Automate processes and ICAT4221A ...
Read more >25 Beginner JavaScript Challenges in 2 hours ... - YouTube
In this video, we solve 25 beginner-friendly JavaScript programming challenges on Code Wars. I walk you through my thought process and share ...
Read more >How to read error messages from javascript error object
When I return as json() return response.json().then(text => { throw Error(text) }) and console.log('>>> in CATCH block, error ...
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
@Aakashbansal837 @subrat611 @SaurabhBudhwani26 @IamPratikSinha @adhiramaa
We typically do not assign issues. Instead, we accept the first pull request that comprehensively solves the issue.
Issues labelled with
help wanted
orfirst timers only
are open for contributions.Please make sure you read our guidelines for contributing. We prioritize contributors following the instructions in our guide. Join us in our chat room or the forum if you need help contributing - our community will be happy to assist you.
Hi friends,
Thank you all for your interest in contributing. Please take the time to review our contributing guidelines - we have a few PRs open for this issue that are blocked because they need to be updated to match our guidelines.