Format Name Strings
You are working on a system that needs to format names in a specific way for display purposes. The names are provided as separate strings for the first name and last name.
-
Declare two variables named
firstName
andlastName
and assign them"John"
and"Doe"
respectively. -
Your task is to write a to combine these names into a single string in the format
"last, first"
and print ot to the console.
Are you stuck on this problem?
Get detailed, step-by-step solution and improve your JavaScript skills.
- Detailed Explanation: Each solution comes with a comprehensive explanation, helping you understand the logic and concepts thoroughly.
- Learn to Write Better Code: Even if you have written the code, discover ways to improve it and adopt best practices.
- Save Time: Don’t waste hours struggling—get the solution and learn efficiently.
- Lifetime Access: Get access to lifetime solutions for all problems available
" I struggled with this problem for hours, but the solution provided here was clear and easy to follow. It helped me understand where I went wrong and improved my coding skills significantly." - Jane D.
If you're not satisfied, I offer a 7-day money-back guarantee.