Using symbols to create (sort of) private properties
20 Aug 2020
JavaScript doesn't have browser support yet for fully-private properties (the new #property syntax), but a reasonable simulation can be achieved using symbols.
MITYA.UK
20 Aug 2020
JavaScript doesn't have browser support yet for fully-private properties (the new #property syntax), but a reasonable simulation can be achieved using symbols.