JSFiddle - React, Tailwind, and code Playground

by nsshrinivasan

JavaScript

obj1 = Object.create(Object.getProtypeOf(obj2));

let ibj1 = {...obj};

arr1 = [3, 5, 6];
arr2 = [5, 8];