Thing is I know programming basics, someone told me this is used to encapsulation inside the source of the program (the code with OOP (object oriented programming)).
But I want to know how to implement this programming style successfully, thank you!
I didn't pay attention to it, but as I told you before I could see this is used to make some reference to a variable/property that is similar to another one declared on another place.
function sample(param, parent){
let _param = "something(specially an object or method from an object)"
}