Skip to content
Advertisement

Tag: this

Showing class property value on click

I need to display the this.name in the console when clicking the button element. I could replace inside clicked() and set console.log(myBtn.name) but I’d like this method to work with any object. Is there a way to do it? When I click I get an empty string. Thanks! Answer You was almost there The problem in your code is what

Advertisement