#validation
Read more stories on Hashnode
Articles with this tag
First lets understand difference between '==' and '===' 1 == '1';// returns true 1==='1'; //returns false First line will return a Boolean(true or...