WRITE A JAVASCRIPT CODE TO INPUT YOUR NAME RESIDENTIAL ADDRESS AND TELEPHONE NUMBER AND DISPLAY THEM ON SEPARATE LINE
const name = prompt("What's your name?");
const address = prompt("What's your address?");
const phone = prompt("What's your phone number?");
console.log(name);
console.log(address);
console.log(phone);
Still looking for help? Get the right answer, fast.
OR
Find an Online Tutor Now
Choose an expert and meet online.
No packages or subscriptions, pay only for the time you need.