Console.log

javascript

Parse JSON String to Object

This JavaScript code demonstrates how to parse a JSON string into a JavaScript object using the...

javascript

Validate Password Strength

This JavaScript code defines a function isValidPassword that checks whether a given password...

javascript

Convert Array of Objects to CSV

This JavaScript code demonstrates how to convert an array of objects (data) into CSV format. It...

javascript

Calculate Distance Between Two Points

This JavaScript code defines a function calculateDistance that computes the Euclidean distance...

javascript

Calculate Greatest Common Divisor (GCD) of Two Numbers

This JavaScript code defines a function calculateGCD that uses the Euclidean Algorithm to...

javascript

Detect Dark Mode Preference

This JavaScript code checks whether the user prefers dark mode by using the window.matchMedia...

javascript

Detecting Browser and Version

This JavaScript code uses an Immediately Invoked Function Expression (IIFE) to detect the...

javascript python php

Generate Random Password