filmov
tv
Use Bracket Notation to Find the Nth Character in a String, freeCodeCamp Basic Javascript
![preview_player](https://i.ytimg.com/vi/tmMOdBH5wHY/maxresdefault.jpg)
Показать описание
In this challenge we learn more about how to target specific characters in a string using bracket notation. Its most important to remember that computers begin counting at zero, so the first character is in index 0 the secound character would be index 1 ad so on.