tips is wrong at page https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/basic-javascript/understanding-uninitialized-variables
See original GitHub issueAffected page
Screenshots
but
first it say Initialize the three variables a, b, and c with 5, 10, and "I am a" respectively so that they will not be undefined.
but, following tips is Conflicts. Beginners don’t know which is right.
Additional context
Issue Analytics
- State:
- Created a year ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
Common Technical Support Questions – freeCodeCamp FAQ
Answer: If you are getting an error that says: 'Oops! Something went wrong, Please try again in a moment.' , you may have...
Read more >freeCodeCamp
Our mission: to help people learn to code for free. We accomplish this by creating thousands of videos, articles, and interactive coding lessons...
Read more >Got stuck on this page please help what m i doing wrong ...
freeCodeCamp.org ... Hi @Tejind2005 ! I would go ahead and reset the lesson. You don't need to add a width and height to...
Read more >How to Report a Bug to freeCodeCamp
Try resetting the code in the editor using the reset button on the page. This will solve most of the issues if somehow...
Read more >JavaScript Algorithms and Data Structures - freeCodeCamp
If you face issues, we recommend disabling extensions that modify or block the content of pages while taking the course.
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
I’m pretty sure I’ve seen confusion with this challenge on the forum before, so it probably wouldn’t hurt. I’ll open this up for first timers.
I think the tip about variable c that says “c should not contain undefined and should have a value of the string I am a String!” it should also contain the term “should be evaluated to have the” replacing “should have a value of the” that way the beginner coder would find the evaluated keyword striking and they might start thinking about the difference between “evaluated” and “initialised”