Proxy cool array methods
Here is a list of array operations that you can review, such as blitz.From now on, we'll be working with these arrays.
const numbers: number[] = [0, 1, 2];
const alphabet: string[] = ['a', 'b', 'c'];
Indexing
numbers.indexOf(2) // 2
numbers.indexOf(...
amirhe.hashnode.dev2 min read
Masoud Salehi
Cooooool!
But in the last code snippet:
for ofinstead offor in.stopin the output ofrange(stop). 😜