About Lesson
Introduction:
A JavaScript string stores a series of characters like “Code4Education”. A string can be any text inside double or single quotes. String indexes start from 0. The first character is in position 0 and the second in 1 and the same follows. We can call any of the pre-defined methods of JavaScript as it automatically converts from string primitive to objects.