curriculum icon indicating copy to clipboard operation
curriculum copied to clipboard

Fundamentals Part 1: <Short description of your suggestion>

Open elamien opened this issue 1 year ago • 11 comments

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

elamien avatar Jan 25 '24 13:01 elamien

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.

JoshDevHub avatar Jan 25 '24 18:01 JoshDevHub

Thanks @JoshDevHub ! I'm on it!

elamien avatar Jan 25 '24 20:01 elamien

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

github-actions[bot] avatar Feb 25 '24 01:02 github-actions[bot]

@elaminy

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

JoshDevHub avatar Feb 25 '24 17:02 JoshDevHub

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

github-actions[bot] avatar Mar 28 '24 01:03 github-actions[bot]

Will get done tomorrow since im all free now!

elamien avatar Mar 28 '24 03:03 elamien

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

Rllopez0410 avatar Apr 10 '24 11:04 Rllopez0410

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

github-actions[bot] avatar May 11 '24 01:05 github-actions[bot]

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

KevinMulhern avatar Aug 19 '24 12:08 KevinMulhern

@KevinMulhern yes.

Rllopez0410 avatar Aug 19 '24 15:08 Rllopez0410

Thanks @Rllopez0410 💪 It's assigned to you!

KevinMulhern avatar Aug 19 '24 16:08 KevinMulhern