TheOdinProject / curriculum

The open curriculum for learning web development
https://www.theodinproject.com/
Other
9.68k stars 13.12k forks source link

Fundamentals Part 1: <Short description of your suggestion> #27204

Open elamien opened 7 months ago

elamien commented 7 months ago

Checks

Describe your suggestion

  1. Let’s use variables! Type this statement at the top of the script tag: let a = 10 In the console console.log(a) should print 10 Try the following in the console: 9 a and this: let b = 7 a (returns undefined *) and then console.log(b)

"(returns undefined ) " returns undefined where? We were just working within our file ("let a = 10") and it suddenly is referring to "b = 7 a" returning undefined, but we are still in the file right...? a new learner would think so but it is actually referring to typing "b = 7 a" within the console NOT the file we are playing around in. It DOES NOT instruct us to try "b = 7 a" IN the console, it only assumes for us to know that.

Path

Foundations

Lesson Url

https://www.theodinproject.com/lessons/foundations-fundamentals-part-1#assignment

(Optional) Discord Name

humood

(Optional) Additional Comments

No response

JoshDevHub commented 7 months ago

Hi @allamein thank you for making this issue.

I agree that this could be more clear. I think you can write it as something like:

again in the console: let b = 7 * a (returns undefined *) and then console.log(b)

Since you indicated you'd like to work on this, I'm assigning you.

elamien commented 7 months ago

Thanks @JoshDevHub ! I'm on it!

github-actions[bot] commented 6 months ago

This issue is stale because it has had no activity for the last 30 days.

JoshDevHub commented 6 months ago

@elaminy

Are you still working on this? No rush, just interested in the status of it.

github-actions[bot] commented 5 months ago

This issue is stale because it has had no activity for the last 30 days.

elamien commented 5 months ago

Will get done tomorrow since im all free now!

Rllopez0410 commented 5 months ago

Hey @elamien, are you i can take care of this issue if you're occupied.

github-actions[bot] commented 4 months ago

This issue is stale because it has had no activity for the last 30 days.

KevinMulhern commented 4 weeks ago

Hey @Rllopez0410, sorry it's been a while, are you still interested in this one?

Rllopez0410 commented 4 weeks ago

@KevinMulhern yes.

KevinMulhern commented 3 weeks ago

Thanks @Rllopez0410 💪 It's assigned to you!