JSFiddle - React, Tailwind, and code Playground

by noblood

JavaScript

// ON TEST JavaScript //
// Execute if the following condition are true
// The height variable is set to 300
// The height varialbe is of type string

var height = "300";

if (height === "300") {
    alert('true');
}