After working heavily in JavaScript, when you look at other languages do the triple equal signs (===) look weird to you? | HashnodeAfter working heavily in JavaScript, when you look at other languages do the triple equal signs (===) look weird to you?
Peter Scheler
JS enthusiast
No, because I know the difference and have use for both. Loose equals with coercion and strict equals without coercion.