JSFiddle - React, Tailwind, and code Playground

by Hugo Carneiro

JavaScript

var arr = []

if (!arr) {
	alert('here')
} else {
	alert(arr.length)
}