2024-05-26 | 11:59:32 PM
Hi! Just in time before this day ends. I’ll code for a few minutes and then hop into bed.
Adding a string to another string: concatenation
We can concatente strings using the following syntax:
console.log('hey' + 'there');