Javascript

ArraySamplesString


Binary Search Algorithm
Last updated on

Looking for a certain value in a sorted array is very simple as it seems.

Bubble Sort Algorithm
Last updated on

How to sort an array in ascending or descending order in Javascript?

Filter an array and return the index
Last updated on February 22, 2023

To filter an array of Boolean values in JavaScript and return the indexes of...

Filtering an array with the most probable match
Last updated on February 20, 2023

To filter an array of strings based on the most probable match, you can use ...

Get all the numbers at the beginning of a string
Last updated on March 4, 2023

To get all the numbers at the beginning of a string in JavaScript, you can u...

Get all the string enclosed in backticks
Last updated on March 3, 2023

You can use a regular expression with the matchAll() function to extract all...

How to check a phrase in a string
Last updated on

Checking an existence of a string in a string is very tricky sometimes. Spec...

How to deep copy objects in Javacsript
Last updated on

Copying objects in javascript becomes messy sometimes. Assigning the value o...

How to replace two or more spaces with a single space
Last updated on

Let's say you have a string and you want to replace any two or more consecut...

How to round number between two given numbers
Last updated on

I was working one time and as I was solving my little problem. I need to fin...

Remove empty lines in multiline string
Last updated on March 5, 2023

To trim empty lines in a JavaScript multiline string, you can use the replac...

Remove special characters on the left and right side of a string
Last updated on February 21, 2023

You can remove any special characters (including whitespace) from the beginn...

Replace all occurences of a string in a string
Last updated on

Let's say we want to replace the word Hello in Hello World with the word Hi ...

Split a string using multiple delimeters
Last updated on February 20, 2023

You can split a string in JavaScript using multiple delimiters by providing ...


Engr. Jumar Hamac
Web Developer

Electronics Engineer by Profession.
Loves coding and painting.