// .toLocaleString('en-US', {
// maximumFractionDigits: 0,
// })
// .replace(/,/g, ' ')
<!-- <template slot="amount" slot-scope="amount"> -->
<!-- {{ amount.toLocaleString('en-US', { maximumFractionDigits: 0 }) }} -->
<!-- {{ new Intl.NumberFormat().format(parseInt(amount.toString().slice(0, -2))) }} -->
<!-- </template> -->
thi code makes 1060121 into 1 060 121 this
// maximumFractionDigits: 0,
// })
// .replace(/,/g, ' ')
<!-- <template slot="amount" slot-scope="amount"> -->
<!-- {{ amount.toLocaleString('en-US', { maximumFractionDigits: 0 }) }} -->
<!-- {{ new Intl.NumberFormat().format(parseInt(amount.toString().slice(0, -2))) }} -->
<!-- </template> -->
thi code makes 1060121 into 1 060 121 this
When the call stack is empty, the event loop dequeues tasks from the task queue and pushes them onto the call stack for execution.
Forwarded from Sardor 🇺🇿
Resources to learn programming(web-development)
Assalomu alaykum ba'zi saytlarga kirganida login parol saqlangan bo'lsa chromega input backgroundi shunaqa bo'lib qoladi shuni yo'qotish uchun nima qilsa bo'ladi
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
-webkit-box-shadow: 0 0 0 30px white inset !important;
}
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
-webkit-box-shadow: 0 0 0 30px white inset !important;
}
Thought you might enjoy this course on @Udemy: Your 2nd JavaScript Course: Advanced Concepts and Algorithms
https://www.udemy.com/share/102h1c/
https://www.udemy.com/share/102h1c/
Udemy
Your Second JavaScript Course: Learn Intermediate JavaScript (JS)
Advanced Topics: ES6, Promise, Async Await, Arrow Function, Prototype Chain, Data Structure, Sorting Algorithms
1. https://betterprogramming.pub/a-complete-guide-to-implementing-dark-mode-in-react-47af893b22eb
2. https://github.com/Veronika-Jaghinyan/light-dark-mode-app
2. https://github.com/Veronika-Jaghinyan/light-dark-mode-app
GitHub
GitHub - Veronika-Jaghinyan/light-dark-mode-app: Single page React app created with Vite. It's a demo of light and dark modes.
Single page React app created with Vite. It's a demo of light and dark modes. - GitHub - Veronika-Jaghinyan/light-dark-mode-app: Single page React app created with Vite. It's a demo...