const index = "Hello HN".indexOf("H") console.log(index); >> 0 index == false >> TRUE index === false >> FALSE