JSFiddle - React, Tailwind, and code Playground

by Boba Poshtar

JavaScript

for (let i=0; i<10000; i++){
  console.log(typeof null == 'undefined')
}