constructor多个参数的时候太难受了
Open
- Dominant language
- JavaScript
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
Class('Message',{
constructor:function(uid, avatar, sid, sname, timestamp, msg){
this.uid = uid;
this.avatar = avatar;
this.sid = sid;
this.sname= sname;
this.timestamp = timestamp;
this.msg = msg;
}
});
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.