how to check boolean value in if condition in javascript code example Example: js is boolean if (typeof variable === "boolean"){ // variable is a boolean }