1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 07:08:01 +00:00

Change rainbow to grass, whoops

This commit is contained in:
jbranchaud
2018-03-14 16:13:37 -05:00
parent 357ba50dc9
commit d2ac1d03b5

View File

@@ -13,7 +13,7 @@ const gymLeaders = {
brock: "rock",
misty: "water",
surge: "electric",
erika: "rainbow"
erika: "grass"
};
let { brock, erika, ...otherLeaders } = gymLeaders;