```js this.setMod('hasPrev').setMod('hasNext'); ``` ```js this.setMods({ hasPrev : true, hasNext : true }) ``` Example banchmark: https://jsperf.com/classlist-single-vs-multi  @veged