true && false
false
true || aMissingVariable
true
!true
false
false || "value"
"value"
null || ""
""
!!0
false
!!42
true
!!""
false
!!" "
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: