let myString = ["this is a test"] console.log(myString) var stringLength = myString.length; console.log(stringLength);