Practical solutions

JavaScript Howtos How-To Guides

Solve the problem. Keep building. Collection of JavaScript how-to articles

Find the answer you need

Browse practical solutions, grouped by the task you're working on.

__COUNT__ entries on this page

Whether JavaScript Is a Pass by Reference or a Pass by Value TypeIn this article, let's focus on whether the JavaScript programming language is a pass by reference type or not. How to Encode and Decode a String to Base64 in JavaScriptIn this article, we will see what is Base64 encoding and how to encode and decode a string in JavaScript. How to Convert Array to Object in JavaScriptThis tutorial demonstrates the different ways on how to convert an array to an object in JavaScript. How to Convert Unix Timestamp to Date in JavaScriptMaster javascript convert timestamp to date with this comprehensive tutorial. Learn to use the Date class, Intl.DateTimeFormat, toLocaleString(), and Moment.js for converting Unix timestamps to human-readable dates in JavaScript. How to Add Character to String in JavaScriptThis article shows how to add a character to a string by string manipulation using various methods, either at the start, at the end, or a specific position of a string. How to Simulate Keypress in JavaScriptDiscover how to simulate keypress events in JavaScript. Learn using the dispatchEvent method and KeyboardEvent objects for simple and combination keypress simulations. How to Get MAC Address in JavaScriptThis tutorial shows how to get the mac address in JavaScript. How to Change Image on Hover in JavaScriptChanging an image on hover adds a cool vibe on a UI. This task can be performed by basic JavaScript function operation or can be executed by the .hover() function from jQuery. How to Get Key of a JavaScript ObjectThis tutorial details how to get key of an object in javascript. How to Get File Name Extensions in JavaScriptThis tutorial lists out ways to get file extensions in javascript. How to Use Array of JSON Objects in JavaScriptThis tutorial explains JSON object array. How to Compare Two Dates in JavaScriptThis article demonstrates different ways to compare two dates in JavaScript How to Empty an Array in JavaScriptIt demonstrates multiple ways to clear/empty an array in JavaScript How to Remove the First Character From String in JavaScriptIt demonstrates different ways to remove first character from string in JavaScript How to Loop Through a JavaScript ObjectThis tutorial demonstrates how to iterate a JavaScript Object How to Get Input Value in JavaScriptIt demonstrates different ways to get input value in JavaScript How to Check if Object Is Empty in JavaScriptThis tutorial shows the methods to check if object is empty in JavaScript. How to Randomize or Shuffle an Array in JavaScriptThis tutorial explains how to randomize an Array in JavaScript. How to Merge Two Arrays Without Any Duplicates in JavaScriptThis tutorial explains how to merge two arrays in JavaScript and how to remove any duplicates How to Generate a Random Number Between Two Numbers in JavaScriptThis tutorial explains how to generate a random number between two numbers in JavaScript. How to Convert String to Lower Case in JavaScriptThis tutorial explains how to convert String to lower case in JavaScript How to Add Days to Current Date in JavaScriptThis tutorial explains how to add days to current date in JavaScript How to Get Client IP Address in JavaScriptIt demonstrates different ways to get the IP address in JavaScript How to Check if Variable Exists in JavaScriptIt demonstrates multiple ways to check if variable exists in JavaScript