Tag: growth mindset
-
TIL: Passing parameters to callback functions
Today I tried to move an Event Listener callback function to it’s own module. It seemed simple enough. Take the following code example: app.js Now, my callback was a little more complex so it made sense to move to a module. The question then became why it didn’t work when I tried the following: app.js…
-
The second is even harder
So, I started this blog with the intention of putting thoughts and experiences of learning somewhere. The thing that I quickly realise in my learning journey is the challenge of figuring out what I don’t know. I have “dabbled” in development (PHP, JavaScript and a few others) over many years and learned a lot along…