JSFiddle - React, Tailwind, and code Playground

by Afzaal Ahmad Zeeshan

JavaScript

var list = [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ];

for (var item of list) {
	alert(item);
}