gdirk07 / PokemonChecker

Playing around with APIs
https://gdirk07.github.io/PokemonChecker/
0 stars 0 forks source link

Updated Constants to fit a capitalized structure #38

Closed gdirk07 closed 2 years ago

gdirk07 commented 2 years ago

Updated Constants to be capitalized as our ongoing structure

Fun fact: when you export a variable, it is already considered readonly, no need to define it ourselves (the compiler doesn't like it either way)