Which is the missing line?

item.addEventListener('click', () => {
	console.log(item.getAttribute('payload'));
});