today was all about JavaScript array methods.
I read through the docs and worked on exercises until the extendable calculator.
Iβve been focusing more on the logic behind the methods instead of trying to memorise everything.
itβs still a bit messy in my head, but clearer than before.
learning programming is a strange hobby.
you voluntarily spend hours being confused, solve the problem, get 30 seconds of satisfaction, then immediately go looking for another problem.
slightly masochistic behavior if we're being honest.
@sheathinkler thank you! I keep reminding myself that docs exist for a reason. I'd rather build the mental model first and let the syntax come with repetition.