Strings are another primitive type in js, used to represent tech and must be wrapped in quotes
For example let user name= “dan”
Important to not sketch between single and double quotes, remain consistent.
Username, address and cities are good for strings.
Never have single quite close with double quote and vice versa
Enjoyed intro to strings
zakariyesahid96
Comments