MarcinKrol

Zad 2 - JS

Nov 24th, 2020
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. const liczba = 19;
  2. const tekst = "Marcin";
  3. const prawda = true;
  4.  
  5.  
  6. document.write(typeof liczba);
  7. document.write("<br>");
  8. document.write(typeof tekst);
  9. document.write("<br>");
  10. document.write(typeof prawda);
Advertisement
Add Comment
Please, Sign In to add comment