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 564b027 commit 99a0221Copy full SHA for 99a0221
chapter-7/pokeapi/solution-code/main.js
@@ -138,7 +138,6 @@ class Poke {
138
}
139
140
doResult(data, fade = false) {
141
- console.log(fade)
142
const result = document.querySelector('#result')
143
result.querySelector('h2').innerHTML = data
144
result.style.visibility = 'visible'
chapter-7/pokeapi/starter-code/main.js
0 commit comments