let name = "Sabbir" //Create string using double quotation (""). console.log(name.length); //console.log(xyz.length); how much letter in the string. console.log(name ...