panjang dalam naskah
var uname = "Hello world"
console.log("Length :"+uname.length) // returns the total number of characters
// including whitespace
dr3am_warri0r