Get value of private variable in extension method ES6 class in JavaScript
I have a JavaScript ES6 class in a library that uses some private base values to compute another value.
I have a JavaScript ES6 class in a library that uses some private base values to compute another value.