[Beta] Typos within React Challenge
See original GitHub issueChallenge Name
React: Use Advanced JavaScript in React Render Method
https://beta.freecodecamp.org/en/challenges/react/use-advanced-javascript-in-react-render-method
Issue Description
There are a few typos in the instructions and tests of this challenge. It instructs you to change the incorrect line number and also the tests spell “components” incorrectly.
Browser Information
- Browser Name, Version:
- Operating System:
- Mobile, Desktop, or Tablet:
Your Code
Screenshot
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Issue with a react lesson on beta - The freeCodeCamp Forum
All the challenges are stored in a Mongo database with the tests in an array as strings. There are typos in the two...
Read more >Keeping Components Pure - React Docs
Given the same inputs, a pure function should always return the same result. You might already be familiar with one example of pure...
Read more >Design Principles - React
It describes the design principles of React itself, not React components or applications. For an introduction to React, check out Thinking in React...
Read more >Queueing a Series of State Updates - React Docs
To update some state multiple times in one event, you can use setNumber(n => n + 1) updater function. Try out some challenges....
Read more >State as a Snapshot - React Docs
Event handlers created in the past have the state values from the render in which they were created. Try out some challenges. Challenge...
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
@erictleung actually we had requested @kgalang for these first timer issues
Hi @kgalang , I’m a beginner and I was wondering if I’m allowed to work on this if it’s already been requested by another user. I ask because this issue is still labeled with a ‘help wanted’ tag.