Skip to content

TodayIDid - 2023-02-24

Posted on:February 24, 2023 at 12:27 PM

#TID:

Today, I worked exclusively on refactoring my e-commerce-site project(based on the content of the Korean Sinabro JavaScript video course. Progress included the following:

<button class="btn-removeItem type="button" `${
        count === 0 ? "disabled" : ""}` 
">Remove Item</button>