loud-chef-23210
08/12/2024, 6:09 PMconst a = new Resource('name', {attributes...});
...more code...
a.attribute = 'another value';
little-cartoon-10569
08/12/2024, 8:36 PMconst a = { attributes... };
... more code...
a.attribute = 'another value';
... more code ...
const r = new Resource('name', a);