function greet(name) { return 'Hello, ' + name + '!'; } console.log(greet('User'));
Learn more about me under the "_about-me" tab
Check out some of my projects under the "_projects" tab
Feel free to reach out via the "_contact-me" tab