JSFiddle - React, Tailwind, and code Playground
JavaScript
var string = "candy";
console.log(typeof string);
string.taste = "sweet";
console.log(string.taste);
// If you have a minute, please read this:
// http://sixdayprogrammer.com/the-bad-news-and-the-good-news/