<input name='productQuantity' id='productQuantityId' onchange='ChangeValueProduct()' />function ChangeValueProduct(){
console.log(this.value)
}(index):157 Uncaught ReferenceError: ChangeValueProduct is not defined
at HTMLInputElement.onchange ((index):157)