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
You're given a words: string[] array that contains english words.
The task is to implement an autosuggest input that lists out suggestions as the user types.
e.g. if they type 'lo' we would display 'lobbying', 'locating', 'locations', etc.