JSFiddle - React, Tailwind, and code Playground

by Pritesh Patel

JavaScript

Var emptyArray = [ "is", "full"];
/* emptyArray.length = 0;


emptyArray.splice(0, emptyArray.length);


while(emptyArray.length){
    emptyArray.pop();
}
 */

emptyArray = []