Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- const number1 = prompt("Podaj pierwszÄ… liczbe ") * 1;
- const number2 = prompt ("Podaj druga liczbe: ") * 1;
- console.log(number1 + number2);
- document.write(`Suma liczb a: ${number1} i b: ${number2} wynosi: ${number1 + number2}`);
Advertisement
Add Comment
Please, Sign In to add comment