JSFiddle - React, Tailwind, and code Playground

by Travis Smith

JavaScript

let array = [1,2,3]
array.push(4)
return array[-1]