Posts by user143551 • 51 points
1 post
-
5
votes7
answers620
viewsA: How to access a circular array?
Good I will enter the game also and suggest adding a non-interable property to your array: function adicionaNext(obj) { Object.defineProperty(obj, 'next', { value: (i => function() { return…