Given the following HTML, how could we use one line to hide or show the button?
<button class="btn btn-primary" type="submit">Continue to checkout</button>
Given the following HTML, how could we use one line to hide or show the button?
<button class="btn btn-primary" type="submit">Continue to checkout</button>