Genericize image names

This commit is contained in:
Chalarangelo
2021-06-12 18:03:28 +03:00
parent 19f228760a
commit 52d3d94e84
90 changed files with 50 additions and 50 deletions

View File

@ -3,7 +3,7 @@ title: What are JavaScript Iterators and where can I use them?
type: question
tags: javascript,array,object,iterator
authors: chalarangelo
cover: blog_images/javascript-iterators.jpg
cover: blog_images/balloons.jpg
excerpt: Learn how the new JavaScript ES6 Iterators work and how you can use them to level up your programming projects by understanding these short code examples.
---