Join Slack
Powered by
i really learn to hate name mangling
# javascript
t
thana
02/11/2019, 6:00 PM
i really learn to hate name mangling
s
Svyatoslav Kuzmich [JB]
02/12/2019, 9:04 AM
Mangled names are used for backing fields of properties. Computable properties themselves are defined on class
prototype
using
Object.defineProperty
without mangling.
Open in Slack
Previous
Next