CodeIN-Community-Website
CodeIN-Community-Website copied to clipboard
Adding strictly equal operator (===) instead of loose equality operator (==) in Counter1.js and correcting the spelling mistake of successfully .
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
Can you assign Me this issue?
Could you assign this issue to me ?
I would like to work on this issue under GSSoC 2024. Please assign this task to me.