Dhairya Shah
Dhairya Shah's Blog

Dhairya Shah's Blog

Follow
homeProjectsSupport my work 🌟badgesnewsletter
Tag

100DaysOfCode

#100daysofcode

More content

Read more stories on Hashnode


Articles with this tag

How to remove empty lines in Visual Studio Code?

May 30, 20221 min read 265 views

In this article, I will teach you how to remove extra empty lines of your code in Visual Studio Code. I had a long json file with lots of extra white...

How to remove empty lines in Visual Studio Code?

Vibrating your phone with JavaScript 📱

May 28, 20221 min read 303 views

In this article we are going to vibrate mobile phones with JavaScript Vibration API. JavaScript is an amazing language Navigator.vibrate() The...

Vibrating your phone with JavaScript 📱

What happens when reversing an emoji in Javascript?

May 15, 20221 min read 133 views

We usually talk about reversing a string in Javascript, but have you ever thought of reversing an emoji in javascript? It will be fun to find out the...

What happens when reversing an emoji in Javascript?