JSFiddle - React, Tailwind, and code Playground
by Sebastian
JavaScript
function findTheRabbit() {
const rabbit = Math.ceil(Math.random(1 * 10))
console.log({
rabbit
})
}
findTheRabbit()
by Sebastian
function findTheRabbit() {
const rabbit = Math.ceil(Math.random(1 * 10))
console.log({
rabbit
})
}
findTheRabbit()