Formation Prestashop intégrateur: ES6 / Le mot clé const

Vous êtes ici : Accueil / Prestashop intégrateur / ES6 / Le mot clé const

Le mot clé const

const permet de déclarer une variable en lecture seule.

const $addProductToCart = $('.product-add-to-cart');