JSFiddle - React, Tailwind, and code Playground

by Ravshanbek778

JavaScript

const Ab = 3;
const ab = 2;

console.log('start')

setTimeout(function() {
	console.log('1 second')
}, 0)

setTimeout(function() {
	console.log('2 second')
}, 0)

//let arr = ['dsa', 'dssa'];
console.log(arr)