AV1611 Posted December 19, 2006 Share Posted December 19, 2006 <script>var userFName;userFName = prompt("What is your first name?");var userLName;userLName = prompt("What is your last name?");var fullName = userFName.userLName; <------------------------concatenate herealert(fullName);</script>How do you concatenate in JS? Quote Link to comment Share on other sites More sharing options...
fenway Posted December 19, 2006 Share Posted December 19, 2006 You mean "+"... ? Quote Link to comment Share on other sites More sharing options...
AV1611 Posted December 19, 2006 Author Share Posted December 19, 2006 Duh... I knew that... ::) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.