//This is it! function idk() { alert('This is an alert!') } //call the function to make the function run by saying "Name of function + ()" idk()