------------------------------------------------------------------------------
------------------------------------------------------------------------------
------------------------------------------------------------------------------
------------------------------------------------------------------------------
------------------------------------------------------------------------------
------------------------------------------------------------------------------
------------------------------------------------------------------------------
------------------------------------------------------------------------------
------------------------------------------------------------------------------
------------------------------------------------------------------------------
------------------------------------------------------------------------------
------------------------------------------------------------------------------
------------------------------------------------------------------------------
------------------------------------------------------------------------------
------------------------------------------------------------------------------
https://softauthor.com/get-user-current-location-html5-geolocation-api-javascript/
FREE google maps api key
FREE google maps api key
SoftAuthor
Get User Current Location Using HTM5 Geolocation API ← JavaScript
Get user's current location using HTML5 Geolocation API in JavaScript. Learn how to use Place Autocomplete API when geolocation is inaccurate
------------------------------------------------------------------------------
------------------------------------------------------------------------------
------------------------------------------------------------------------------
------------------------------------------------------------------------------
------------------------------------------------------------------------------
Must have websites for every Frontend Web developer - DEV Community 👩💻👨💻
https://dev.to/hy_piyush/must-have-websites-for-every-frontend-web-developer-3ajm
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)
//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
// 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.