JSFiddle - React, Tailwind, and code Playground

by Donal Devine

JavaScript

var functions = [alert("blah"), console.log("foo")];

functions[0];
functions[1];