In my javascript code, the `this` keyword is not working
I'm having an issue with my javascript code. I am calling a function and passing in args Inside the function, if I console.log it like this: console.log(args); I can see the args object in the browser console and I can…