Start your All-Access Pass to unlock this challenge
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>