I like to solve problems using JavaScript.
Available for discussion and solve problems✌️
Here we going to know some JavaScript coding trick or some function which can reduce our execution time. Note: This tricks are learned from my day to day code 1. Object Assignment //First Approach let obj = {a: 1, b: 2, c: 3} //Second Approach let...
