-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace var
keyword with let
/const
#1086
Comments
Thanks for opening your first issue here! This space is protected by our Code of Conduct - and we're here to help. |
Hi @TildaDares |
I will do it |
I will take the Task @TildaDares |
Hello @TildaDares I claim my task and I’ll work on it! Thank you!✨ |
I claim this task @TildaDares |
Hello @TildaDares I calm this task |
Hi @TildaDares Thanks! I’ll work on it now. |
Hi @mimi-tech, your name isn't included in this issue but rest assured we'll find something for you to work on. Thank you! |
Hi @TildaDares. Will be working on the task assigned to me. Thanks! |
hi @TildaDares i would like to let you know i will be working on the issue assigned to me at "https://github.com/publiclab/Leaflet.DistortableImage/blob/main/src/edit/actions/ScaleAction.js" |
Hi @TildaDares thank you for this I'm currently working on it |
Thanks @TildaDares , I claim the task and I'm currently working on it |
I accept my issue and will work on it @TildaDares |
@TildaDares there a section for screenshot before making the final pull request. I'm not sure on how to link it or can I just go on and make the pull request without it |
HI @TildaDares I claim my issue |
Hi @Tammy-Ajoko, you can ignore that. Thank you! |
Thanks for this @TildaDares I am working on this |
Thank you @TildaDares i will work on this |
Thanks @TildaDares I will work on this |
Hello @TildaDares. Please, I'd like to get assigned this issue to work on for my first contribution. Thank you. |
Hi @am-png, @Mootconn, @mimi-tech, @Achele, there are issues reserved for you here. Look at the list for the files reserved for you. |
Thanks, I'll do it. |
Ill claim this task please @TildaDares |
Hi @TildaDares please I am yet to be assigned a FTO the only I saw was that my comment was deleted. Kindly assist me. Thank you |
Hi @TildaDares please can I be assigned an issue? I'm an Outreachy applicant |
Replaced var keywords with let or const - / src / edit / toolbars /DistortableImage.PopupBar.js #1086
Hi @victorvictoria-maker, please look for the issue reserved for you in the issue description above. Thank you! |
Hi @yukiyuli, please look for the issue reserved for you in the issue description above. Thank you! |
Replace var keyword with const
Hi everyone, we'd like to update this project to use
let
/const
instead ofvar
. This task will be divided into several sub tasks and each one of you will get to work on one file. All you have to do is replacevar
withlet
/const
where appropriate.General rules
Use
let
when you know that the value of a variable will change.Use
const
for every other variable.If you'd like to know more about the differences between these keywords, you can read this freecodecamp article on var, let & const
Files to be Updated:
src/components
src/edit
src/edit/actions
src/edit/handles
src/edit/toolbar
src/mapmixins
src/util
src
The text was updated successfully, but these errors were encountered: