JSFiddle - React, Tailwind, and code Playground

by pollo

JavaScript

function funky(o){
    o = null;
}

var x = [];

funky(x);

alert(x);