Underscore (_) is just a plain valid character for variable/function name, it does not bring any additional feature.
However, it is a good convention to use underscore to mark variable/function as private. You can check Underscore prefix for property and method names in JavaScript for some previous discussion.