Explanation to the for ... of loop in JavaScript
The for ... of loop was introduced in the ES6 versions of JavaScript, which allows for iterating the element of the iterable object.
In other words, the for ... of statement creates a loop iterating over iterable elements like string, array, or array...
atechajay.hashnode.dev3 min read