FACG5 / Later-team

0 stars 0 forks source link

Strict comparison operator. #19

Open sultanassi95 opened 6 years ago

sultanassi95 commented 6 years ago

Hi,

In your code, I have noticed that you are using == to perform equality boolean operations. Meanwhile, it's better to use the strict comparison operator ===

Get used to it, it's powerful, to know the difference between these two, check this out