Rohit Kumawat

Rohit Kumawat @ip127001

About: Helping startups to build world class products. I love web, Javascript and F.R.I.E.N.D.S.

Location:
Jaipur, Rajasthan, India
Joined:
Apr 8, 2020

Rohit Kumawat
articles - 7 total

How to decode a URI

I once found myself in a situation where the URI was changing by clicking on a tag and href was addin...

Learn More 12 0Jan 7 '21

How to check if the occurrence of letters in the given string is the same

Problem statement: We have to check if all letters in a given string occurred same times. Examples:...

Learn More 6 1Nov 25 '20

First Hacktoberfest

I am so happy to announce that today I completed Hacktoberfest. I submitted 4 PRs and all are reviewe...

Learn More 4 0Oct 28 '20

Truncate string with ellipsis

Sometimes we required to adjust long strings in one line and show ellipsis(...) at the end of the str...

Learn More 28 4Aug 21 '20

Slice() & Splice() in JavaScript

There is often a confusion between slice() and splice() JavaScript array methods. It is a commonly as...

Learn More 28 5Jul 6 '20

Copying objects in JavaScript

Scenario: Whenever we pass objects between components as props or as arguments in function...

Learn More 91 19Jun 6 '20

Convert an Array to an Object in JavaScript

Scenario-1: If you want to convert an array [1,2,3] to an object with keys being the index of the...

Learn More 16 0May 31 '20