in a solution for a hackerrank riddle i found the following code. the link to the riddle is https://www.hackerrank.com/challenges/js10-data-types/problem
i have never seen anything before and in the internet was nothing to found about it. the code snippet is:
console.log(firstDecimal + +(secondDecimal));
what is this ++ sign?
thanks in advance for your help.