JSFiddle - React, Tailwind, and code Playground

by InferOn

JavaScript

for( var i in [1,2,3,5]){
    debugger;
    console.log(this[i]) ;    
}