Skip to content

Commit 978c36b

Browse files
authored
Merge pull request #53 from owljackob/fix/solution-7-36
fix: solution 7-36
2 parents c847401 + f3b3f5e commit 978c36b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

7-objects/36-pokemon.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Pokémon 📟
22
// Codédex
33

4-
pokemon = {
4+
const pokemon = {
55
name: "Pikachu",
66
type: "Electric",
77
level: 25,

0 commit comments

Comments
 (0)