==
, !=
, ===
& !==
.
Object.equals
method.
There is no identity operator or pointer comparison available.
"text" == 'text'
true
"text" == "another text"
false
1 == "1"
true
1 === "1"
false
null == undefined
true
"" + 13
"13"
String(true)
"true"
The console allows you to interact with the course material and examples. Use the following keys:
A special logging function is also available: