Guest User

Untitled

a guest
Nov 18th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. const hexaValue = 0x2a
  2. // => 42
  3.  
  4. String(hexaValue)
  5. // => "42"
  6.  
  7. hexaValue.toString()
  8. // => "42"
Add Comment
Please, Sign In to add comment