JSFiddle - React, Tailwind, and code Playground

by ftaran

JavaScript

var a = "1"+2+3;
var b = 1+2+"3";

alert (b);