Notice also that in Observable (the notebook editing tool that you're reading this in) **the result of the cell appears ABOVE the code that generates it**. (see the code cell below this text display). That's different from Jupyter Notebooks, for those familiar with that, and will take a little getting used to.
If the cell is **Pinned** (see blue pin icon when you float the mouse over the cell), then the code is visible along with the result. If the cell is unpinned (gray pin icon, not selected to pin), then the code hides and you only see the results. This is simply a convention in this Observable interface. You can Pin and Unpin as you need.