Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- const IMIE = "Marcin";
- const WIEK = "19";
- document.write( `Mam na imię: ${IMIE} <br> Mam na imię: ${IMIE} i mam ${WIEK} lat`);
- // Od tego zadanie zacząłem używać standardów ES6
Advertisement
Add Comment
Please, Sign In to add comment