Resources to learn programming(web-development)
2 subscribers
10 photos
5 files
129 links
I am posting here anything related to programming(web-development) like interesting links or pictures or videos or thoughts everything
Download Telegram
------------------------------------------------------------------------------
------------------------------------------------------------------------------
------------------------------------------------------------------------------
// .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
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 Muhammadislom
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
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;
}
Container and Presentation Components