function sayHello(name) { console.log("Hello, " + name); } sayHello("Aaron");
A short description of what this project is.