I am having trouble with my js. This is the code: https://jsbin.com/legexep/1/edit?html,js,output I'd like to get an alert box with the current number, not just to say: 'Hello'. So if I click on 607 button, I'd like the alert box to say: '607' and so on. Thank you for help.
item.addEventListener("click", function () {
alert('Hello');});