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.

tips is wrong at page https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/basic-javascript/understanding-uninitialized-variables

See original GitHub issue

Affected page

https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/basic-javascript/understanding-uninitialized-variables

Screenshots

image but image

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:closed
  • Created a year ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
naomi-lgbtcommented, May 3, 2022

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.

0reactions
MdSujan99commented, May 4, 2022

Affected page

https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/basic-javascript/understanding-uninitialized-variables

Screenshots

image but image

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

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”

Read more comments on GitHub >

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

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