want to be able to do classInstance[i] for example or for (const item of classInstance) 🤔
1) remember arrays in JavaScript are fancy objects, you can implement the same with pure JavaScript Objects 2) Symbol.Iterator
Обсуждают сегодня