03. Javascript Guide – Strings

Every programming language has strings that represent a set of characters. Javascript strings have some properties which are unique to the language. This guide covers these properties and important facts when using strings. 1. What are strings? In javascript, texts which can be assigned to a variable can be defined as strings. A string is … Continue reading 03. Javascript Guide – Strings