Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 270 Bytes

File metadata and controls

5 lines (4 loc) · 270 Bytes

Bluecore React Interview

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.