JSFiddle - React, Tailwind, and code Playground

by Tom Randolph

JavaScript

for( var i = 0; i < 50; i++ ){
    console.log( eval( `0${i}` ) );
}