JSFiddle - React, Tailwind, and code Playground

by Viet27th

JavaScript

let arr = ['a', 'b', 'c'];
let iteratorObj = arr.keys('a');
console.log(iteratorObj)