JSFiddle - React, Tailwind, and code Playground

by velthune

JavaScript

(function() {
    var num = "12234";
    for(var int=num.length; i>0; ++i) {
    console.log(num[i]);
    }
})();