check if value if type of boolean javascript code example Example: check if value is boolean if (typeof variable === "boolean"){ // variable is a boolean }