JSFiddle - React, Tailwind, and code Playground
by tecs717
JavaScript
let array = [0, 1, 2, 3, 4]
console.log(array)
array.length = 0
console.log(array)
by tecs717
let array = [0, 1, 2, 3, 4]
console.log(array)
array.length = 0
console.log(array)