JSFiddle - React, Tailwind, and code Playground
by clauswilke
JavaScript
console.log("hello")
let a = Array(10)
for (let i of a.keys()) {
console.log(i)
}
by clauswilke
console.log("hello")
let a = Array(10)
for (let i of a.keys()) {
console.log(i)
}