Javascript String Variable Types
While developing Javascript applications we generally need some type that can hold text and string data. We call this type of variable as a string. The string can hold names, street info, paragraph, explanation, etc. The string is the type used for text data. String variables can be defined in various ways. name=”Poftut”; name2=’Poftut’; These … Read more