=== also looks at the type
var a = "1";var b = 1;console.log(a===b); //falseconsole.log(a==b); //true
Post a Comment
No comments:
Post a Comment