JSFiddle - React, Tailwind, and code Playground
by GaryC123
JavaScript
alert("a string is "+typeof "a string")
alert("1 is a "+typeof 1)
alert("false is a "+typeof false)
alert("true is a "+typeof true)
alert("[1,2,3,4] is an "+typeof [1,2,3,4])
alert("{key:'key', value:'value'} is a "+typeof {key:'key', value:'value'})