Big Numbers, No Worries: JavaScript Format Number With Commas by rajamsr in programming

[–]rajamsr[S] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

Learn how to use JavaScript format numbers with commas to display numbers in a readable way. An easy and practical guide.

JavaScript String Empty: How To Avoid The Dreaded Error? by rajamsr in programming

[–]rajamsr[S] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

Are you looking for a solution for how to check if a JavaScript string is empty, null, or undefined? As a JavaScript developer, you'll often encounter situations where you need to check if a string is empty, null, undefined, or even contains only whitespace. Here's how to check the empty JavaScript string in 5 different ways. #javascript

Read more: https://www.rajamsr.com/javascript-string-empty/