JSFiddle - React, Tailwind, and code Playground

by Emily Humphrey

JavaScript

const files = [
	{Key: "config/app.yaml"}
];

files.forEach(item => transformData)

function transformData(item) {
	item.file = item.Key + "2";
}

console.log(files)