myself-pic

Denis Ivanchenko

Future Frontend Developer

Contact Information

About Me

I am currently working as a QA Automation Engineer. My goal is to develop myself technically and become a front-end developer.

Skills

Code Example

Method for handling Clear Cart functionality.

            
private handleClearCartButtonState(): void {
    const itemsNumber = this.CONTAINER.querySelectorAll('.cart-item').length;
    const clearCartButton = this.CONTAINER.querySelector('.clear-cart') as HTMLButtonElement;
    if (itemsNumber > 0) {
        clearCartButton.disabled = false;
        clearCartButton.addEventListener('click', this.handleCartCleanProcess);
    }
}
            
        

Work experience

Education

Languages

English - B2