JavaScript
- Write a simple promise.
- Implement a
StoreData
class that add key/value pairs and listen to value changes for keys. Source
User interface coding
- Given an input and an endpoint which returns a JSON list, as a result, extend it to autocomplete on change, handle key navigation through the results.