isObject function const isObject = (variable) => variable !== null && variable?.constructor?.name === 'Object'