8 lines
82 B
JavaScript
8 lines
82 B
JavaScript
class Thing {
|
|
#property;
|
|
|
|
#method () {
|
|
value |> this.#property + #;
|
|
}
|
|
}
|