JSFiddle - React, Tailwind, and code Playground
by IPWright83
JavaScript
var a = {
plots: ["b", "c"]
};
function a(arr) {
arr.splice(0, 0, "test");
}
console.log()
by IPWright83
var a = {
plots: ["b", "c"]
};
function a(arr) {
arr.splice(0, 0, "test");
}
console.log()