JSFiddle - React, Tailwind, and code Playground

by Viet27th

JavaScript

function a(x) {
if(x === 'undefined') {
console.log('und')
}
}
a()