JSFiddle - React, Tailwind, and code Playground by sramnan February 14, 2020 JavaScript var tuple = [3,1]; var list = new Array(); list.push(tuple); console.log(list);