How can I iterate over objects?
How can I iterate over objects without
Object.keys() or Object.entries() ?6 Replies
pairs and ipairs?@OverHash What does that look like in typescript? And is there a resource I can look at for this?
This is luau things
will output
In TypeScript it just looks like the TS equivalent,
Wonderful! How did you come to know this? Are there any docs?
(This is exactly what I needed thank you, you answered my question)
No way are you saying this is a convention in vanilla TS? Am I crazy
Forgive me I don't see how you translated the luau into TS. Thanks for helping me!