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? Link to comment https://forums.phpfreaks.com/topic/31243-solved-concatenate-in-js/ Share on other sites More sharing options...
fenway Posted December 19, 2006 Share Posted December 19, 2006 You mean "+"... ? Link to comment https://forums.phpfreaks.com/topic/31243-solved-concatenate-in-js/#findComment-144588 Share on other sites More sharing options...
AV1611 Posted December 19, 2006 Author Share Posted December 19, 2006 Duh... I knew that... ::) Link to comment https://forums.phpfreaks.com/topic/31243-solved-concatenate-in-js/#findComment-144608 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.