Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- const liczba = 19;
- const tekst = "Marcin";
- const prawda = true;
- document.write(typeof liczba);
- document.write("<br>");
- document.write(typeof tekst);
- document.write("<br>");
- document.write(typeof prawda);
Advertisement
Add Comment
Please, Sign In to add comment