JSFiddle - React, Tailwind, and code Playground

by Matthew Marcus

JavaScript

var a1 = ['a', 'b', 'c'];
var a2 = ['d','e','f'];


console.log(angular.extend([], o1, o2));
console.log(o1);
console.log(o2);