JSFiddle - React, Tailwind, and code Playground

by Malin Jayakody

JavaScript

function test() {
  'use strict';
  var x = 1,
    y = 5,
    z;
  alert(y && x);
}
test();