Detect User’s Browser & OS Using JavaScript
Let’s find out how we can detect the user’s browser and the operating system (OS) using plain JavaScript. The Navigator To get such information, we… Read More »Detect User’s Browser & OS Using JavaScript
Let’s find out how we can detect the user’s browser and the operating system (OS) using plain JavaScript. The Navigator To get such information, we… Read More »Detect User’s Browser & OS Using JavaScript
In this post, you’re going to learn step-by-step how to change the favicon on tab switching using plain JavaScript. We’re going to implement it so… Read More »How to Change Favicon on Tab Switching Using JavaScript
If you find yourself trying to group multiple console.log() like this: Then allow me to show you a better alternative. You can use console.group() to… Read More »Group console.logs in JavaScript
Grab a cup of your favorite warm or cold beverage because in this tutorial we’re going to build from scratch a super simple stopwatch with… Read More »Build a Super Simple Stopwatch in JavaScript
Have you ever wondered if you can build cross-platform desktop apps with HTML, CSS, and JavaScript? It is possible with Electron. This article is a… Read More »How To Build Your First App With Electron
The world needs increasingly more programmers with each passing day. If you decided that you want to change your career or you just simply want… Read More »5 Popular Programming Languages and Their Uses