What is a technique for getting a numerical value into USD format?
Intl.NumberFormat()
Assume there is an event listener which triggers the following function. What problem(s) will occur?
let myFunction = () => {
console.log( $(this) )
{
Arrow functions do not play nice with $(this).