DEV Community

Cover image for Basic terms and JavaScript syntax

Basic terms and JavaScript syntax

hannaA on July 31, 2022

Request a user’s name and display the response “Hello, [name]” let name = prompt ("enter name"); alert("hello" + " " + name); alert('...
Collapse
 
samuelrivaldo profile image
Samuelrivaldo

Thanks 🙏