JSFiddle - React, Tailwind, and code Playground

by annndrewww

JavaScript

(async () => {
	let map = [1, 2, 3]
	console.log(map)
})()