What is the difference between == and ===?
Anonymous
== in JavaScript is used for comparing two variables, but it ignores the datatype of variable. === is used for comparing two variables, but this operator also checks datatype and compares two values
Check out your Company Bowl for anonymous work chats.