June 2025
Remove duplicates from a string in JavaScript
Given a string, remove all the duplicate characters from it.
Remove duplicates from an array in JavaScript
Given an array containing items (numbers and strings), remove all the duplicates.
6 Ways to iterate through a string in JavaScript
In this post we will explore all the ways we can iterate through a given “string” in JavaScript. Different ways to iterate a JS string
5 Ways to iterate through an object in JavaScript
In this post we will explore all the ways we can iterate through an object {} in JavaScript. Different ways to iterate a JS object




