Answers for "give input in js"

4

how to ask input in javascript

let name=prompt("What is your name?");
console.log("Hi "+name)
Posted by: Guest on August-09-2020
0

How to Manage Text Input and Output with JavaScript for HTML5 and CSS3 Programming

<h2 class="main-heading">Subscribe to our Newsletter</h2>
Posted by: Guest on October-12-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language