Type JavaScript code to optimize here:
function hello(name) { // Greets the user alert('Hello, ' + name); } hello('New user');