0PricingLogin
Javascript for Kids · Lesson

Joining Words Together

Stick words together to make sentences.

Gluing Words Together 🧩

Hi again, super coder! 🌟 Today we join words together.

We use a magic plus sign + to stick strings side by side! ✨

console.log("Hello" + "World")

The Plus Sign Glue ➕

When you put + between two strings, they become ONE string!

"sun" + "flower" makes "sunflower" 🌻

console.log("sun" + "flower")

All lessons in this course

  1. What Is a String?
  2. Joining Words Together
  3. How Long Is a Word?
  4. Making Words SHOUT or whisper
← Back to Javascript for Kids