Collections in JS
Without any further ado, let's get straight to it :)
What are the collections?
Collections are the type of data structure that follows Iteration protocols
The iterable protocol allows JavaScript objects to define or customize their iteration behavior...
vincenguyen.hashnode.dev11 min read