Flag of Ukraine
SymfonyCasts stands united with the people of Ukraine
Next Chapter

Challenge #1 of 1


Q: 

What element will be attached to the event.currentTarget variable if the user clicks on the <i> icon tag.

<button data-action="user-controller#addUser">
  <i class="fa fa-plus"></i>
  <span>Add a new User</span>
</button>

userVoice