Is there any way in the Chrome Console tab to display the address that called a function?
I have a function that\'s being called but I don\'t know where from. I know
I don't think you can do that with console.log(). Try with console.error() if you're fine with red output.
console.log()
console.error()