Skip to content

Commit

Permalink
updated phone processing in contact.js file.
Browse files Browse the repository at this point in the history
  • Loading branch information
RaylonJMG committed Nov 6, 2024
1 parent 6d1c807 commit 7a34b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ function processForm(event) {
const phoneNumber = phoneNumberInput.value;
const firstName = firstNameInput.value;
const calendar = calendarInput.value;
output(`Thank you, ${firstName}. <br> Your phone appointment is scheduled for ${calendar}.<br> Expect a call at ${phoneNumber}.`);
output(`Thank you, ${firstName}. <br> Your phone appointment is scheduled for ${calendar}.<br> You can expect a call at ${phoneNumber}. Have a great day.`);
}

0 comments on commit 7a34b27

Please sign in to comment.