How to fix the code to make it work? It gives an error Invalid left-hand side expression in postfix operation at HTMLInputElement.<anonymous>
var range = $('.leftSide__grade__slide input[type="range"]') range.on('change', function() { if(parseInt(range.val()) ++){ console.log(1) } })