```with(x) { x.y = this.y } ```
# announcements
j
Copy code
with(x) {
    x.y = this.y
}