JSFiddle - React, Tailwind, and code Playground

by Bhesh Gurung

JavaScript

var arr = ["hello", "world"];

for(var p in arr) {
    alert(p);
}