JSFiddle - React, Tailwind, and code Playground

by maharajan a

JavaScript

var test=[1,2,3,4]
var test1=test.slice();
console.log(test === test1)