JSFiddle - React, Tailwind, and code Playground

by Hugo Carneiro

JavaScript

var string = '';

if (typeof string === 'string') {
	console.log('HERE');
} else {
	console.log('NOT HERE')
}