JavaScript
Create a browser-agnostic PWA install button
The whole point of PWAs is that they work everywhere. So an install button should by definition be browser-agnostic. Here is how to build the perfect PWA install button.
JavaScriptProgressive Web AppProgramming
Number Base Conversion in JavaScript
Converting from one base to another in JavaScript is easier than you thought
JavascriptWebdevWeb development
A Guide to Asynchronous Array Iterator Functions
For Map, Reduce, Filter, Every, and Some
JavascriptAsyncArray
How to Get the ID of the Clicked Element in the JavaScript Click Handler?
JavascriptEvent handlingEvent delegation
JavaScript Algorithm: Convert String Characters into ASCII
Create a function that will return an array containing the ASCII codes of each character from a string.
JavascriptAlgorithmsAscii
JavaScript Data Structure Interview Questions (and Answers)
JavascriptData-structureInterview-questions
JavaScript: How To Intercept Function and Method Calls
Intercepting function or method invocation in JavaScript. Monkey-patching or proxies. Let’s talk about that.
JavascriptInterceptFunction
Build a Video, Audio + Screen Recorder Web App with JavaScript
JavascriptScreen recorderProgramming
JavaScript Error and Exception Handling
JavaScriptError HandlingExceptions
Easiest Way to Find the Most Frequent Element in Array
JavascriptAlgorithmsData-structures