Dhairya Shah
Dhairya Shah's Blog

Dhairya Shah's Blog

Follow
homeProjectsSupport my work 🌟badgesnewsletter
Tag

Programming Tips

#programming-tips

More content

Read more stories on Hashnode


Articles with this tag

It's 2022, don't use the console.log(😎)

Mar 5, 20222 min read 1.3K views

We as Javascript developers usually console.log() stuffs to test the output or just for fun. Even, I can bet that our (include me ✌️) first code was...

It's 2022, don't use the console.log(😎)

How can you implement the sleep() function in Javascript?

Feb 27, 20222 min read 272 views

Hello Folks 👋 What's up friends, this is SnowBit here. I am a young passionate and self-taught frontend web developer and have an intention to become...

How can you implement the sleep() function in Javascript?

These things you should keep in mind while writing JavaScript

Feb 6, 20223 min read 85 views

Hello Folks 👋 What's up friends, this is SnowBit here. I am a young passionate and self-taught frontend web developer and have an intention to become...

These things you should keep in mind while writing JavaScript

Best Way to Get Last Item in an Array

Jan 20, 20221 min read 110 views

Hello Folks 👋 What's up, this is SnowBit here. I am a young passionate and self-taught developer and have an intention to become a successful...

Best Way to Get Last Item in an Array

JavaScript Split a String to Array JS methods

Jan 13, 20222 min read 68 views

The best way to split a string to array is to use the split() method in JavaScript. In this article, I will go over some JavaScript split() methods...

JavaScript Split a String to Array JS methods

What is Temporal Dead Zone in JavaScript?

Jan 13, 20221 min read 75 views

Temporal Dead Zone is a term that describes the position where variables are unreachable; Here, Temporal means, temporary Dead means, not in a...

What is Temporal Dead Zone in JavaScript?