const box = document.getElementById('box'); // Option 1: Remove all Styles from Element box.removeAttribute('style'); // Option 2: Remove specific style from Element box.style.width = null;