Frontend: Day 2 - Strings continued, Booleans and == || === in JavaScript
Indexing
To access an individual character, you can use the character's location in the string, called its index. Just put the index of the character inside square brackets (starting with [0] as the first character) immediately after the string.
Ex-1...
successo.hashnode.dev8 min read