JSFiddle - React, Tailwind, and code Playground

Does your browser think that an array literal is an instanceof Array

by Admiral Potato

JavaScript

var list = [];
alert('Does your browser think that an array literal is an instanceof Array?\n' + (list instanceof Array).toString());