In this video we look at the recently added (well stage 3 TC39 proposal) private class fields that can now be used in Javascript. This new language feature is available in Chrome 74, NodeJs 12 and both Typescript and Babel. So good to use today if you are bundling with either Typescript or Babel in your pipeline, are targeting just Chrome or Node. The other browsers will not be far behind, and as Edge is now Chromium based I'm guessing this is enabled in there already now too.
Private fields give us the ability to encapsulate the inner workings of a class by denying access to them from consumers of the class. This aids in the maintainability of the class as we can change the internal workings without worry of breaking some existing applications that rely on said workings.
They are specified by the '#' character, a somewhat strange choice it would appear, but one made to ensure that existing JavaScript applications are not broken in any way.
TC39 Docs for some more details and examples:
https://github.com/tc39/proposal-clas...
Watch video Private class fields in Javascript are here! online without registration, duration hours minute second in high quality. This video was added by user A shot of code 12 March 2020, don't forget to share it with your friends and acquaintances, it has been viewed on our site 5,587 once and liked it 262 people.