3 lines
61 B
JavaScript
3 lines
61 B
JavaScript
|
|
var s = "Hello, world!";
|
||
|
|
var byteCount = s.length * 2; // 26
|