Academy with Programming and Web Development Courses | midudev
@roseannolive
const hello = "hello"; const midu = "midu";
const helloMidu = hello + " " + midu;
console.log(helloMidu); // Output: hello midu