Längenfunktioni in TypenRcipt
var uname = new String("Hello World")
console.log("Length is "+uname.length) // returns the total number of characters
// including whitespace
Stupid Stoat