Answers for "concatenate a string basic"

-1

concatenate a string basic

let myPet = 'seahorse';console.log('My favorite animal is the ' + myPet + '.'); // My favorite animal is the seahorse.
Posted by: Guest on May-30-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language