JSFiddle - React, Tailwind, and code Playground

by Steven Senkus

HTML

http://jsperf.com/asdfakkkkkkkk

JavaScript

(function printer(num) {
   console.log(num);
    ((num++) === 5) ? '' : printer(num);
}(1));