Answers for "check if value is boolean"

4

check if value is boolean

if (typeof variable === "boolean"){
  // variable is a boolean
}
Posted by: Guest on June-09-2020

Code answers related to "check if value is boolean"

Code answers related to "Javascript"

Browse Popular Code Answers by Language