Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

length functioni in typesrcipt

var uname = new String("Hello World") 
console.log("Length is "+uname.length)  // returns the total number of characters 
                                        // including whitespace
 
PREVIOUS NEXT
Tagged: #length #functioni #typesrcipt
ADD COMMENT
Topic
Name
8+7 =