Techtonica / curriculum

This repo contains the curriculum of Techtonica, a free tech training program for women and non-binary adults with low incomes.
Creative Commons Attribution Share Alike 4.0 International
620 stars 496 forks source link

ensure all 'let' and 'const' declarations are used correctly #1195

Closed alodahl closed 4 years ago

alodahl commented 4 years ago

Task:

Search through the curriculum project, and double check that all of the code examples are using let and const correctly, so apprentices can see it used correctly as they learn. If something is declared as let but it does not change anywhere in that lesson, be sure to change it to const in a pull request. Same thing for if something is declared as const does change.

alti21 commented 4 years ago

Hi can a try this?

Kundan28 commented 4 years ago

@alti21 Are you participating through GSSoC20 ?

alti21 commented 4 years ago

No I am not actually

Kundan28 commented 4 years ago

Okay, then @alodahl will guide you if you could work on this issue or not as it's marked with the label GSSoC20

Tahanima commented 4 years ago

Hello, I am a GSSoC20 participant and I want to work on this issue.

Kundan28 commented 4 years ago

Okay, you can @Tahanima but make sure to make Pull Request only after 1st March.

Kundan28 commented 4 years ago

@alodahl please assign @Tahanima to this issue.

Tahanima commented 4 years ago

Thank You @Kundan28

Tahanima commented 4 years ago

@alodahl I have already filled in the Techtonica Volunteer Application. So, please assign this issue to me. Thanks.

vegetabill commented 4 years ago

@Tahanima I have already assigned you to a different issue. If you would prefer this instead, let me know and I can swap but if someone else posts here, I will give them priority.

gauravdas014 commented 4 years ago

Please assign me this issue if available?

Kundan28 commented 4 years ago

@gauravdas014 Could you please wait till @Tahanima confirms if she want to work on this issue or any other. If she wants to continue with the other one then I would be good to assign you to this issue.

gauravdas014 commented 4 years ago

@Kundan28 Sure, no problem.

Tahanima commented 4 years ago

Hello, Since I already confirmed to work on the other issue I'll stick to it. @vegetabill @Kundan28 you can assign this issue to someone else. Thanks.

Kundan28 commented 4 years ago

@gauravdas014

Thanks for volunteering to help Techtonica improve its curriculum!

Please follow the contribution instructions in additional to any instructions from GSSoC.

Questions? If you have any question about this issue and what contributions are being asked for, reply on this issue. If you have questions about Git, Pull Requests, GitHub, or the contest itself, talk to a mentor (M) in Slack. Questions of that nature posted here will not be answered.

manan-bedi2908 commented 4 years ago

I would like to work on this issue

Kundan28 commented 4 years ago

@manan-bedi2908 This issue is already assigned to someone else, so I would request you to please go for some other issue.

gauravdas014 commented 4 years ago

@Kundan28 Do I need to change the "var" (s) as well? in the issue, it is only mentioned that check the const and let.

vegetabill commented 4 years ago

@gauravdas014 : var is being removed in a different issue so you do not have to review those.

1197