Advertisement
wiktormadera

Zad1JS

Nov 27th, 2020
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const predkoscSwiatla = 299792458
  2. const jednostka = 'm/s'
  3. const prawda = true
  4.  
  5. const typPredkoscSwiatla = typeof predkoscSwiatla
  6. const typJednostka = typeof jednostka
  7. const typPrawda = typeof prawda
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement