Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

concatenate a string

let myPet = 'seahorse';console.log('My favorite animal is the ' + myPet + '.'); // My favorite animal is the seahorse.
Source by endubueze00.medium.com #
 
PREVIOUS NEXT
Tagged: #concatenate #string
ADD COMMENT
Topic
Name
8+7 =