JSFiddle - React, Tailwind, and code Playground by Kristian Jabilles November 19, 2020 JavaScript var a = 1; var b = '2'; var c = a + b; var d = 72 + '' + c; console.log(typeof c)