Published
- 1 min read
input javascript console
The solution for this is noted below
input javascript console
Solution
const input = prompt("What's your name?") //optional params
console.log(input)
Try other methods by searching on the site. That is if this doesn’t work