Given the HTML below:
Which statement adds the priority-account css class to the Applied Shipping row?
document.querySelector('#row-as').classList.add('priority-account');
Submit