Im creating the JS object with ES6 technics like this
Im trying to secure the variables in constructor by declaring with ‘let’ and also creating getter and setter. And then I realize that variables in constructor seem can only be declared with ‘this’
Any ideas for securing information :))
Tks anyway !
