Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

alert and prompt in javascript

let name = prompt("What's your name?")

alert("Hello " + name);
Comment

JavaScript alert massage prompt

alert("message");

stringVar = prompt("message")
//if you find the answer is useful ,
//upvote ⇑⇑ , so can the others benefit also . @mohammad alshraideh ( ͡~ ͜ʖ ͡°)
Comment

PREVIOUS NEXT
Code Example
Javascript :: How to submit form with enter press in html textarea 
Javascript :: get user location javascript 
Javascript :: javascript get all elements of an id 
Javascript :: angular javascript 
Javascript :: install ejs 
Javascript :: autocomplete data selected validation jquery 
Javascript :: Expresion regular para validar correo electrónico 
Javascript :: javascript create anchor link 
Javascript :: find the length of checked in js 
Javascript :: loop map with key value pair js 
Javascript :: ease between 2 points 
Javascript :: reverse method in javascript 
Javascript :: modal react form table 
Javascript :: download pdf from drive js 
Javascript :: stop jboss from cli 
Javascript :: jquery slick drag goes back 
Javascript :: foreach loop 
Javascript :: javascript select first element 
Javascript :: list of states js 
Javascript :: video recorder using webrtc and javascript 
Javascript :: js display property 
Javascript :: javscript randomly generate 89digit number 
Javascript :: jvectormap color regions 
Javascript :: js jquery class ending with string 
Javascript :: readystate==4 
Javascript :: EXPRESS APP REGISTER HANDLEBARS VIEW ENGINE 
Javascript :: Substring in Javascript using slice 
Javascript :: A fatal JavaScript error has occurred. Should we send an error report 
Javascript :: Nextjs mongodb connection setup 
Javascript :: javascript function declaration vs arrow function 
ADD CONTENT
Topic
Content
Source link
Name
7+7 =