JSFiddle - React, Tailwind, and code Playground

by IPWright83

JavaScript

var a = {
	plots: ["b", "c"]
};

function a(arr) {
   arr.splice(0, 0, "test");
}

console.log()