SauravMukherjee44 / CodeIN-Community-Website

Open Source Website for CodeIN Community built using HTML, CSS, JavaScript, Firebase and Bootstrap
https://codeincommunity.com/
MIT License
193 stars 422 forks source link

Adding strictly equal operator (===) instead of loose equality operator (==) in Counter1.js and correcting the spelling mistake of successfully . #604

Open wickedwisdom0911 opened 1 year ago

wickedwisdom0911 commented 1 year ago

Description

In counter1.js , if(email.value==' ') , the check has been done using loose operator . It might not cause some issues but a good practice and use might be using triple equal to (===). Also in counter1.js the spelling of successfully is misspelled as sucessfully by mistake

Screenshots

https://github.com/SauravMukherjee44/CodeIN-Community-Website/blob/683fc23c70075b8711fdb196ff268221e43ebeda/JS/Counter1.js

jayantchaudhari18 commented 1 year ago

Can you assign Me this issue?

Omkar-2003 commented 1 year ago

Could you assign this issue to me ?

RangojuNandini commented 4 months ago

I would like to work on this issue under GSSoC 2024. Please assign this task to me.