I'm not sure if this is possible or not. I have set the button to be disabled in the Class.
<button onclick="Results()" id="results"
class="btn disabled">Show Results
</button>
In plain Javascript, is it possible to make the button not disabled having already set it to disabled in the Class ?