javascript

2021-02-05

Today I had to refresh my javascript knowledge a bit and found my self googling how I can prevent duplicates in my array that I wanted to fill with objects. So I share my findings with you 😃

2022-07-01

Today I learned how to add a on scroll event listener to the window property when a vue component is mounted.

2022-08-05

The other day I found a nice thread 🧵 explaining different console methods, that can be used instead of console.log(). Let us take a closer look! 🤓