Coding Challenge: Improved Hello
Explore how to write JavaScript functions by completing a coding challenge that involves collecting user input for first and last names and returning a customized greeting using an arrow function. This lesson helps you organize code efficiently and practice function syntax.
We'll cover the following...
We'll cover the following...
Improved hello
Write a program that asks the user for his first and last name ...