JSFiddle - React, Tailwind, and code Playground

by Anik Islam Abhi

JavaScript

var webaddress = ['<img src="http://pokeapi.co/media/img/">'];
var text = "";
for (i = 1; i <= 152; i++) {
  text += "<img src='http://pokeapi.co/media/img/" + i + ".png'>";
}
document.write(text)