Write a function named checkBoolean that console.logs the Boolean evaluation of each of the following values: code example
Example: js is boolean
if (typeof variable === "boolean"){
// variable is a boolean
}
if (typeof variable === "boolean"){
// variable is a boolean
}