JSFiddle - React, Tailwind, and code Playground
JavaScript
var a = "Sofim ExtJS opleiding";
//document.write(typeof a, '<br>'); // string primitive
//document.write(a.toUpperCase(),'<br>'); // gets the length property from the String object
//document.write(typeof a);