JSFiddle - React, Tailwind, and code Playground

by dmitri_pavlutin

JavaScript

const heroes = ['Batman'];

heroes.push('Superman');

console.log(heroes); // ['Batman', 'Superman']