JSFiddle - React, Tailwind, and code Playground
by rehankh
JavaScript
var someAdjective = "fantastic!";
var myStr = "Learning to code is ";
myStr += someAdjective;
document.write(myStr);
by rehankh
var someAdjective = "fantastic!";
var myStr = "Learning to code is ";
myStr += someAdjective;
document.write(myStr);