JSFiddle - React, Tailwind, and code Playground

by Manawe

JavaScript

var fishIron = function () {
    touch_hold_i = 0;
    touch_hold_j = -1;
    touch_hold = true;
    setTimeout(function () {
        touch_hold = false;
        touch_hold_i = 1;
        touch_hold_j = 0;
        touch_hold = true;
        setTimeout(function () {
            touch_hold = false;
            touch_hold_i = 0;
            touch_hold_j = 1;
            touch_hold = true;
            setTimeout(function () {
                touch_hold = false;
                setTimeout(function () {
                    touch_hold_i = 0;
                    touch_hold_j = -1;
                    touch_hold = true;
                    setTimeout(function () {
                        touch_hold = false;
                    }, 500);
                }, 200000);
            }, 500);
        }, 2400);
    }, 1400);
};
fishIron();

var mySkills = ["accuracy", "alchemy", "carpentry", "cooking", "defense", "farming", "fishing", "forging", "health", "jewelry", "magic", "mining", "strength", "woodcutting"];
for (i = 0; i < mySkills.length; i++) {
    console.log(skills[0].mySkills[0]);
}