Public class fields - JavaScript | MDN

PHOTO EMBED

Thu Jun 08 2023 15:45:46 GMT+0000 (Coordinated Universal Time)

Saved by @sabi_k

class Person {
  name;
  age;
  constructor(properties) {
    Object.assign(this, properties);
  }
}
content_copyCOPY

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/Public_class_fields