WiktoriaRatajczyk

JavaScript1-4

Nov 23rd, 2020
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. let IMIE = "Wiktoria";
  2. let WIEK = 19;
  3.  
  4. document.write ("Mam na imię " + IMIE + ".");
  5. document.write ("Mam na imię " + IMIE + " i mam " + WIEK + " lat.");
Add Comment
Please, Sign In to add comment