JS Set Attribute ARIA-Expanded

document.getElementById('elements-id').setAttribute('aria-expanded', 'true');
rango