I always enjoy experimenting with new things. Take a look at the https://lodash.com/docs/4.17.15 lodash documentation site where you'll find a menu on the left side featuring all available functions. Is there a way to extract the names of these functions in the console?
After using
document.querySelectorAll('react-menu-container ul > li')
I discovered that there are 324 elements, now I just need to extract each name individually.