Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

input js

var answer = prompt("Ask your question here");
Comment

input in javascript

let input_first  = Number(prompt());
let input_second = Number(prompt());
let sum = input_first + input_second 
alert("here is the sum " + sum);
Comment

javascript input

const x = prompt();
Comment

input in js

var answer = prompt("Question")
Comment

PREVIOUS NEXT
Code Example
Javascript :: js how to remove # from any url using js 
Javascript :: js find longest word in string function 
Javascript :: jquery set att 
Javascript :: export default arrow function 
Javascript :: lexical scoping javascript 
Javascript :: json array to string in postgresql 
Javascript :: set date to input date js 
Javascript :: how to set cookies in node js 
Javascript :: .call javascript 
Javascript :: javascript add line from file to array 
Javascript :: unrecognized font family fontawesome react native ios 
Javascript :: await useeffect javascript 
Javascript :: pdf with puppeteer 
Javascript :: how to get an absolute in js 
Javascript :: javascript alphabet array 
Javascript :: javascript create range with a loop 
Javascript :: nodejs mysql insert object query 
Javascript :: find space in string js 
Javascript :: iframe content in chrome console 
Javascript :: get date js 
Javascript :: how to validate the textbox using jquery 
Javascript :: loop through array backwards 
Javascript :: multiple line string in jquery 
Javascript :: react native responsive font 
Javascript :: javascript average of arguments 
Javascript :: Rename files in a directory with node.js 
Javascript :: ajax multipart/form-data 
Javascript :: jquery contains text 
Javascript :: jest writing test 
Javascript :: jquery get aria-label value 
ADD CONTENT
Topic
Content
Source link
Name
4+1 =