MDN's Burger Guide
MDN's guide discusses a few different types of hidden menus and buttons. They list some pros and cons of each type of menu and some small visuals of what they look like. The first one is the top toggle. With these types of menus, they can maximize space usable on the screen and minimize space taken up by navigation buttons. Likewise, the top toggle can make it easy for the user to understand what is most important on the page through said menu. On the downside, a small, extra button may be unnoticable to some users or out of the way. Next is the bottom expandable menu, much more popular on mobile than desktop or laptop devices. The bottom menu has a nav menu at the bottom of the screen, with buttons always on display and easy to find, providing a expandable menu when clicked. This menu is easy to see, easy to understand, and is always visible to the user. However, like the previous menu type, it means one extra step to find what a user is looking for, and may have some hidden pieces. The third and final one is the left hidden menu, what was completed in the latest project. This is capable of displaying more nav items than the other menus and can always be visible (except for on small screens). Like the previous though, the downside is that it can create an extra step or not-so-noticeable button.