(this.template = this.name
? new UrlBuilder(name, absolute, this.ziggy).construct()
: ''),
(this.urlParams = this.normalizeParams(params));
I'm very confused about what the comma is doing there, source found here