Basic JavaScript Question:

How to create an input box?

Tweet Share WhatsApp

Answer:

Below line will help us how to create a Input box in JavaScript....

prompt("What is your name?");

Download JavaScript PDF Read All 114 JavaScript Questions
Previous QuestionNext Question
How to create a confirmation box? How to open a window with no toolbar, but with the location object?