const threeDivIterable = {
            '@@iterator': function () {
                let i = 0;
                return {
                    next: function () {