// function declaration function sayHiStranger() { return 'Hi, stranger!' } // call the function sayHiStranger()