Clean up snippet tags

This commit is contained in:
Angelos Chalaris
2023-03-25 21:21:06 +02:00
parent 3af09e7b6b
commit f3dc0154b7
14 changed files with 14 additions and 14 deletions

View File

@ -2,7 +2,7 @@
title: Code Anatomy - For loops, array reduce and method chaining
shortTitle: For loops, array reduce and method chaining
type: story
tags: javascript,array,object,iterator
tags: javascript,array,iterator
author: chalarangelo
cover: case-study
excerpt: There are many ways to iterate and transform array data in JavaScript. Learn how each one works and where you should use them.