MarcinKrol

Zad 1 - JS

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