Closed alodahl closed 4 years ago
Hi can a try this?
@alti21 Are you participating through GSSoC20 ?
No I am not actually
Okay, then @alodahl will guide you if you could work on this issue or not as it's marked with the label GSSoC20
Hello, I am a GSSoC20 participant and I want to work on this issue.
Okay, you can @Tahanima but make sure to make Pull Request only after 1st March.
@alodahl please assign @Tahanima to this issue.
Thank You @Kundan28
@alodahl I have already filled in the Techtonica Volunteer Application. So, please assign this issue to me. Thanks.
@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.
Please assign me this issue if available?
@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.
@Kundan28 Sure, no problem.
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.
@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.
I would like to work on this issue
@manan-bedi2908 This issue is already assigned to someone else, so I would request you to please go for some other issue.
@Kundan28 Do I need to change the "var" (s) as well? in the issue, it is only mentioned that check the const and let.
@gauravdas014 :
var
is being removed in a different issue so you do not have to review those.
Task:
Search through the curriculum project, and double check that all of the code examples are using
let
andconst
correctly, so apprentices can see it used correctly as they learn. If something is declared aslet
but it does not change anywhere in that lesson, be sure to change it toconst
in a pull request. Same thing for if something is declared asconst
does change.