JSFiddle - React, Tailwind, and code Playground

by kkdaily

JavaScript

var x = undefined;
const x = this.scheduleType();

if (x === 'check') {
	alert('hi');
}