Tag: Javascript

Recent Post

Download Progress Bar with Axios

Learn how to track progress and upload a CSS progress bar.

Map Live User Location using Leaflet.js

Get user coordinates using the HTML5 Geolocation API and map using Leaflet.js.

QR Code Scanner with Html5-QRCode.js

You can implement a QR code scanner using the Html5-QRCode library.

How to Remove Duplicate Objects from an Array

When deciding which method to choose, object type should be taken into account.

Check Total, Used and Remaining Space Available in localStorage

By pushing data into loca, it is possible to calculate total and available space.

How to Remove Falsy Values from an Array

How to remove falsy values or only some falsy values.

Build a Visitor Counter with JavaScript & Node.js

The counter tracks visits and pageviews independently with a simple backend.

Natively deep copy a JavaScript object or array with structuredClone()

structuredClone() is a new native solution for deep copying JavaScript data objects.

Image URL to Blob in JavaScript

Let Fetch's response.blob() method do the hard work!

What is a Blob object in JavaScript?

A Blob object is used for accessing, encoding and transferring files and file-like objects.