ECMAScript proposal: Ergonomic brand checks for private fields

added by JavaScript Kicks
6/22/2021 4:49:04 PM

1393 Views

In this blog post, we examine the ECMAScript proposal "Ergonomic brand checks for private fields" (by Jordan Harband). It proposes a compact way for checking if an object has a given private field. Table of contents: For this blog post, it helps if you are familiar with private fields (but you'll probably be fine if not).


0 comments