Greet a user
Optional
The name of the user
A greeting message
greet('John'); // Hello John! Welcome to the example project.greet(); // Hello! Welcome to the example project. Copy
greet('John'); // Hello John! Welcome to the example project.greet(); // Hello! Welcome to the example project.
Greet a user