Variables & Data Types

What is the value of x after running this code? let x = '5'; x = +x + 1;
Next Question (22/25)