Doing it Right: Private Class Properties in JavaScript

added by JavaScript Kicks
10/23/2019 8:23:23 AM

1879 Views

The class syntax has been one of the most popular features introduced in ES2015. However, the lack of native support for private properties has hindered it from reaching its full potential. Although...


0 comments