Honda Light Assy R Lid-34150-Ta0-P01-083ERS

★ ★ ★ ★ ☆ 4.1 (81 reviews)

Honda Light Assy R Lid-34150-Ta0-P01

QAR 817.62

QAR 1177.00 30.53% off

Product Details

  • Product Code

    083ERS

  • Brand

    HONDA >

  • Quantity

    1

  • Model Number

    34150-TA0-P01

  • Manufacturing Country

    China

  • Product Available Country

    Qatar

  • Documents

    Not Available

Product Description

Never miss a deal!
Subscribe to Surplus Newsletter.

const toggleEyeVisibility = () => { eyeSpan.style.display = pwdInput.value ? 'block' : 'none'; }; // ---- toggle password visibility ---- const togglePassword = () => { const isPassword = pwdInput.type === 'password'; pwdInput.type = isPassword ? 'text' : 'password'; eyeIcon.classList.toggle('fa-eye', isPassword); eyeIcon.classList.toggle('fa-eye-slash', !isPassword); }; // initial check toggleEyeVisibility(); // listeners pwdInput.addEventListener('input', toggleEyeVisibility); eyeSpan.addEventListener('click', togglePassword); }); });