We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 766b30f commit 054d551Copy full SHA for 054d551
js/load-in-order.js
@@ -2,8 +2,7 @@
2
3
const pokemonsNumber = Array
4
.from(Array(251).keys())
5
- .map(number => String(number + 1)
6
- .padStart(3, '0'))
+ .map(number => String(number + 1).padStart(3, '0'))
7
8
function progressBarScope() {
9
const progressBar = document.querySelector('progress')
0 commit comments