what is the symbol used for the increment operator in js? (increasing by 1)

what is the symbol used for the increment operator in js? (increasing by 1)

what is the symbol used for the increment operator in js? (increasing by 1)

Answer

Answer:

B. ++

Brief Explanations:

En JavaScript, el operador de incremento que aumenta el valor de una variable en 1 es ++. El símbolo = se utiliza para la asignación, == para la comparación de igualdad y + para la suma aritmética básica.