let newVariable = 'Playing around with typeof.'; console.log(typeof newVariable) newVariable = 1 console.log(typeof newVariable)