© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Iverson Pereira
In section "The '===' Operator" the result of :
let a=1; let b='1'; let c=true; console.log(a===b); console.log(a==c);
the output on the console wouldn't be:
false true
?
Very good article, thank you.
Hrithwik Bharadwaj
Software Engineer ,Tech Enthusiast, Violinist
Oops thanks for pointing out . I wanted to use triple equal in both the ones