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
------------------------------------------------------------------------------
------------------------------------------------------------------------------
------------------------------------------------------------------------------
------------------------------------------------------------------------------
------------------------------------------------------------------------------
------------------------------------------------------------------------------
------------------------------------------------------------------------------
------------------------------------------------------------------------------
------------------------------------------------------------------------------
------------------------------------------------------------------------------
------------------------------------------------------------------------------
------------------------------------------------------------------------------
Must have websites for every Frontend Web developer - DEV Community 👩‍💻👨‍💻
https://dev.to/hy_piyush/must-have-websites-for-every-frontend-web-developer-3ajm
------------------------------------------------------------------------------
------------------------------------------------------------------------------
------------------------------------------------------------------------------
------------------------------------------------------------------------------
------------------------------------------------------------------------------
------------------------------------------------------------------------------
Margin-block-start: 2em;
//Adds margin-top: (adds value based on fontsize of item)
------------------------------------------------------------------------------
------------------------------------------------------------------------------
------------------------------------------------------------------------------
// .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.