Skip to content
Code-Schnipsel Gruppen Projekte
  • Henning Leutz's avatar
    refactor: use const instead of var in CouponCodeInput.js · 0619681d
    verfasst von Henning Leutz
    Modified 'var' declarations to 'const' in CouponCodeInput.js file for better ES6 compliance. This
    refactoring helps increase code readability and ensures variables are block-scoped, reducing the
    risk of accidental variable reassignment or mutation.
    0619681d