Make author singular (#22)

This commit is contained in:
Angelos Chalaris
2022-02-23 15:21:56 +02:00
committed by GitHub
parent a1d93465fd
commit f049a05672
167 changed files with 167 additions and 171 deletions

View File

@@ -2,7 +2,7 @@
title: Code Anatomy - For loops, array reduce and method chaining
type: story
tags: javascript,array,object,iterator
authors: chalarangelo
author: chalarangelo
cover: blog_images/case-study.jpg
excerpt: There are many ways to iterate and transform array data in JavaScript. Learn how each one works and where you should use them.
firstSeen: 2020-05-19T14:27:18+03:00