Artturi Jalli

I'm an entrepreneur and a blogger from Finland. My goal is to make coding and tech easier for you with comprehensive guides and reviews.

5 Best Music Production Software of 2023 (Ranked & Reviewed)

Choosing the right type of music production software is important when you are looking to become the next big producer. This is a comprehensive guide to choosing the best music production tools, also known as DAWs (digital audio workstations). This guide helps you pick the best music production software based on your artistic needs. Don’t […]

5 Best Music Production Software of 2023 (Ranked & Reviewed) Read More »

How to Get Current URL in JavaScript [with Useful Examples]

To get the current URL of the page you are visiting using JavaScript, access the window.location.href property: Alternatively, you can access the current URL via document.URL property. However, it has some shortcomings that I’ll explain in a bit. Let’s take a closer look at the window.location object. It has useful properties other than the href

How to Get Current URL in JavaScript [with Useful Examples] Read More »

The Double Exclamation Operator (!!) in JavaScript

In JavaScript, the double exclamation operator converts an Object to Boolean. This happens such that “falsy” objects become false and “truthy” objects become true. For example: This is a comprehensive guide on the double exclamation point operator. About the Double Exclamation Operator: It’s Not an Operator The double exclamation operator (!!) is actually the not

The Double Exclamation Operator (!!) in JavaScript Read More »