Request: ```ts const width: number = jqEl.outerWidth(); ``` Supposedly it can be replaced by `offsetWidth` but I haven't confirmed: ```ts const width: number = el.offsetWidth; ```