Cool math function shorthand
Software engineer | Web developer | Tech Enthusiast
Search for a command to run...
Software engineer | Web developer | Tech Enthusiast
No comments yet. Be the first to comment.
JavaScript developers have long relied on Promises to manage asynchronous code smoothlyβbut what if you need to catch errors and results from both synchronous and asynchronous functions consistently? Enter Promise.try(), a brand-new addition official...

As you become more experienced with JavaScript, you may encounter some advanced topics that can help you create even more powerful and efficient code. Here are a few Javascript Topics that you must know Callback Functions Callback functions are fun...

let's first understand what continuous element in the above example, you have seen there is a repeating now I want to remove all continuous values only (not duplication) and keep 1st element of each repeating value let's see how can we achieve that ...

charAt charAt method returns the character at the specified index in a string charCodeAt charCodeAt method returns Unicode of the character at the specified index in a string substr substr extracts the characters from a string, beginning at a speci...


** exponentiation operator raising the first operand to the power of the second
more details explanation click here

~~ double bitwise not operator rounding a number towards zero
more details explanation click here
Share this blog with your friends π©πΌβπ€βπ§πΌ and developers π¨βπ» you know and let them know about these cool math function shorthand
Your feedback and comments are very important to me. π