JSFiddle - React, Tailwind, and code Playground

by sramnan

JavaScript

var tuple = [3,1];
var list = new Array();
list.push(tuple);
console.log(list);