JSFiddle - React, Tailwind, and code Playground

by huston007

JavaScript

var test1 = 123+123;
alert("test1="+test1);

var test2 = "123"+"123";
alert("test2="+test2);