VS
на мдн вроде всё описано https://developer.mozilla.org/ru/docs/Web/API/MutationObserver
Size: a a a
VS
VS
V
V
I

Д
A
VS
V
Д
IE
VS
IE
VS
IE
М
VS
IE
IE
М
let arr = { 'x1': 1, 'y1': 2, 'x2': 3, 'y2': 4, 'color': '#' }
let {x1, y1, x2, y2, color } = arr;
console.log(x2);
?