Skip to content

Aaron Yang | UI/UX Designer, User Researcher, Website Developer

Pro JS for Web Dev Notes

Objects

Types of Properties According to ECMA-262, properties are internal-only attributes. We can use [[]] to indicate an internal attribute, like [[Enumerable]]. They are not accessible… Read More »Objects