#javascript
Read more stories on Hashnode
Articles with this tag
Mastering both .map() and DOM manipulation is an invaluable skill · Despite how powerful and prevalent modern libraries and frameworks are these days,...
Do you like numbers? Math? · Arrays and similar data types in other languages are a common way to store data. They are one of the basic data types to...
Reduce your code to a single line* · I'm taking several JavaScript courses, including a course by Jad Joubran. The chapter I am on is teaching...
Also featuring project building, exercises, and an IRL baby! · 2022 was a year in my life where a lot changed. For one, in my personal life, my...
Explaining how/why assert.deepEqual evaluates to true · Overall this Codecademy lesson on assert.deepEqual does a good job of explaining what I imagine...
An if...else and switch statement alternative · Hot take: if...else and switch both suck* * In certain circumstances A solution to a problem of...