Below, assigning a string literal to a variable of basic (primitive) type string is fine: let s3: string = "s".
string
let s3: string = "s"
But shouldn\'t Typ