Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. // in Node, string is UTF-8
  2. Buffer.byteLength("here is some text");
  3.  
  4. // in Javascript
  5. new Blob(["here is some text"]).size
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement