JSFiddle - React, Tailwind, and code Playground

by tea4two

JavaScript

function sample() {
	dt = 'あいうえお';
}
sample();
console.log('dtの正体は?', dt );