JSFiddle - React, Tailwind, and code Playground

by Steven Bey

JavaScript

[1].forEach(function(value, index, array) {
	console.log(value, array);
});