DEV Community

Dhanush N
Dhanush N

Posted on • Updated on

Rarely known Javascript Tips

JavaScript is a dynamic computer programming language.

It is an interpreted programming language with object-oriented capabilities.


👇👇💡Javascript Tips 💡👇👇

💡 Javascript Tip 1️⃣

The bitwise OR operator can also be used to remove any amount of digits from the end of an integer.

Alt Text

💡 Javascript Tip 2️⃣

The 𝘀𝘁𝗿𝗶𝗻𝗴𝗶𝗳𝘆() method takes two optional parameters:
👉 a replacer function, which you can use to filter the JSON that is displayed
👉 a space value

Alt Text

💡 Javascript Tip 3️⃣

There is a very simple way to empty an array in Javascript:

Alt Text

💡 Javascript Tip 4️⃣

We can await multiple async functions to finish by using Promise.all

Alt Text

💡 Javascript Tip 5️⃣

Javascript ES6 Concepts

👉 map()
👉 reduce()
👉 filter()

Interesting illustration 👇

Alt Text

💡 Javascript Tip 6️⃣

Short circuit conditionals

Alt Text

Note : Will be updating this post further

Alt Text

To get to know more technical stuff, connect with me via Twitter

Latest comments (4)

Collapse
 
shadowtime2000 profile image
shadowtime2000

most of these rarely known tips are actually pretty known tips except for the first one. I did like the es6 array function fruit chart tho.

Collapse
 
agiesey profile image
AGiesey

I love the map(), filter(), reduce() image. reduce makes a fruit salad, lol

Collapse
 
asifurrahamanofficial profile image
Asifur Rahaman

change no.3 tip image

Collapse
 
dhanushnehru profile image
Dhanush N

Thanks 🙂👍 Done