I want to write my Javascript class like below.
class Option { constructor() { this.autoLoad = false; } constructor(key, value) {
Use object.assigne with arguments with this
object.assigne
This={...this,...arguments}