Making your console log statements stand out

Writing console logs with CSS and various methods that help visualize the contents of it easily and with less effort

What the heck is Currying anyway?

What is Currying in JavaScript? And how to make helper functions to transform normal functions to curry functions in a less-intimidating approach?

What is reduce and Why does it exists?

What is Array.reduce method? How do you use it in JavaScript and more examples on just Reduce itself.

What is hoisting, from a beginners perspective?

Learn what is hoisting, an often misunderstood but so easy concept in easy steps.

The last piece of explanation on slice vs splice

How to not get confused between Slice and Splice methods in JavaScript Arrays? Nice little trick to distinguish between both almost instantly.