JSFiddle - React, Tailwind, and code Playground

by Vladymyr Shevchuk

JavaScript

const arr = [1, 2, 3, 4, 5];
const length = arr.lenght;

for (var i = 0; i < length; ++i) {
  console.log(i);
}

for(1; 2; 3;)