Skip to content
hewford edited this page Mar 1, 2018 · 1 revision

//Write a function that when invoked will log 'Star Wars is the best!' function WhichMovie(){ console.log("Star Wars is the best!"); return "completed function" } WhichMovie()

Clone this wiki locally