You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A small Node.js CLI that prompts the user for a string and an index, then reports the character at that index using bracket notation. If the index is outside the bounds of the string, it logs Index out of range instead.