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 839f216 commit 1ed4d7cCopy full SHA for 1ed4d7c
demo.js
@@ -19,7 +19,7 @@ async function demo() {
19
language: "French",
20
inputLanguage: "English",
21
})
22
- ); // Logs the French name of Charmander: 'Sulfura'.
+ ); // Logs the French name of Moltres: 'Sulfura'.
23
24
// Getting the Pokétwo image sprite of a specified pokemon
25
console.log(getImage("Moltres", false)); // Logs 'https://cdn.poketwo.net/images/164.png'.
0 commit comments