Skip to content

Instantly share code, notes, and snippets.

@dalmariko
dalmariko / index.js
Created December 5, 2019 22:22
How to get parameter in class, if this parametr changet inside class.
class Click{
constructor(item){
this.item=item;
this.init;
}
get init(){
this.addItem;
this.addinTime;