Which of the following most closely illustrates the correct format of the comparison in a conditional statement?

if thisNumber = 10

if (thisString = "What is your quest?")

if myBoolean === true

if (myNumber <= 10)