MarcinKrol

Zad 4 - JS

Nov 24th, 2020
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. const IMIE = "Marcin";
  2. const WIEK = "19";
  3.  
  4. document.write( `Mam na imię: ${IMIE} <br> Mam na imię: ${IMIE} i mam ${WIEK} lat`);
  5.  
  6. // Od tego zadanie zacząłem używać standardów ES6
Advertisement
Add Comment
Please, Sign In to add comment