// Quas : WHAT IS SHORTHAND IN JAVASCRIPT ?
// SHORTHAND: +=, -=, ++, --
var applePrice++ One will be added to the value of the variable
var applePrice-- One will be subtract to the value of the variable
var applePrice += add number more rhan one
var applePrice -= subtract number more rhan one