How can I do the following in JavaScript?
-
Concatenate “1”, “2”, “3” into “123”
-
Convert “123” into 123
-
Add 123 + 100 = 223
-
Covert 223 into “223”
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You want to become familiar with
parseInt()andtoString().And useful in your toolkit will be to look at a variable to find out what type it is—
typeof: