'use strict'
document.getElementById('testbutton').on('click', () => alert('You clicked the button! Now go do something with your life.'))