JSFiddle - React, Tailwind, and code Playground

by Kristian Jabilles

JavaScript

var a = 1;
var b = '2';
var c = a + b;
var d = 72 + '' + c;

console.log(typeof c)