Document

PHOTO EMBED

Tue Oct 24 2023 11:22:13 GMT+0000 (Coordinated Universal Time)

Saved by @jamu_88_77

const obj = {
  name: "John",
};

let x = obj.name; // x wird to "John"
obj.name = "Jane"; // obj.name wird zu "Jane"
content_copyCOPY

https://yandeu.github.io/js-book/book/chapters/objects-and-arrays.html