@tmbstr
Day 16 of learning JavaScript π
Today I learned how objects can make code simpler. Instead of using a long if/else chain for every coin, I can store ticker β CoinGecko ID pairs in one object.
Small step, but Iβm starting to see how I can improve my own code.