JSFiddle - React, Tailwind, and code Playground

by Avi Algaly

JavaScript

let a =['א','ב','ג','ד','ה','ו','ז','ח','ט','י','כ','ל','מ','נ','ס','ע','פ','צ','ק','ר','ש','ת'];
a.map(itm=>{
console.log(itm)
})