JSFiddle - React, Tailwind, and code Playground

by frogggeee McFrogggeee

JavaScript

var list = ["hi", 1, "48376", 45];
var thing = list[3];
alert(thing);