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!
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.
state
in the mainloop
function.Once you solve this exercise continue to exercise 14