/*We can also use == to see that true and "true" are not equal.*/ console.log(true == "true"); //false