13: Dynamic chat window

Now you should have an empty box drawing in ui.js and a hypercore that you can read chat messages from. Let's combine them!

Exercise

See if you can get the chat window to fill itself with the last 9 messages from kappa-core, using the tail API from exercise 11.

Tips

Once you solve this exercise continue to exercise 14