I hope this isn't "opinion-based" but what does an underscore before a function denote?
e.g. _someFunction(){...}.
I'll use an underscore for partial files in scss, like _buttons.scss or _layout.scss... but I also see it a lot in JavaScript and not quite sure what it means, other than it seems to be for semantics only, vs. changing the functionality.