7 lines
111 B
Plaintext
7 lines
111 B
Plaintext
|
Breakpoint can be set at line return this.x;
|
||
|
Set breakpoint..
|
||
|
this.x += y;
|
||
|
return this.#x;
|
||
|
};
|
||
|
|