JSFiddle - React, Tailwind, and code Playground

by LeroyRon

JavaScript

var objInterval3 = {
        0: undefined,
        1: setTimeout,
        2: function () {
            if (typeof $ != 'undefined' && typeof gapi != 'undefined') {
              // invoke
            } else {
            	this[0] = this[1](this[2](), 1000);
            }
        }
    };
    objInterval3[2]();