Write a script to accept the first name and the last name from the user and print them together on the same line separated by a space ( javascript document)
Answers
Answered by
0
Answer:
I'm learning JavaScript and I'm trying to make it so the user is able to enter a name and lastname and then click a send button. When that happens the name and lastname is displayed on the the screen just bellow.
The problem is that it doesn't work. Nothing happens when the user clicks the send button.
Similar questions