const arr = [7, 4, 1, 4]; {[...arr].map((x, i) =>

Element

)}