Class Fields in JavaScript ๐ฅ
In JavaScript, there are two types of object fields (properties and methods):
1๏ธโฃ Public ๐ญ
Accessible from anywhere. They comprise the external interface. Until now we were only using public properties and methods.
2๏ธโฃ Private ๐
Accessible only fr...
suprabhasupi.hashnode.dev2 min read