I wrote a code for addition of two numbers but instead of performing addition it’s concatenating the numbers
I am writing a simple JavaScript code for the addition of 2 numbers by taking input from the user. The code seems to have no error but instead of adding it’s concatenating the numbers.