fbjs
fbjs copied to clipboard
Comment on a post
We want to be able to post a comment a given post. We can do that with a function void comment(String content)
in the Post
class.