Skip to content

Commit 63d86b8

Browse files
committed
Improve Pokémon object structure and logging
1 parent a644ecd commit 63d86b8

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)