Search⌘ K
AI Features

Solution: Make Decisions

Explore how to combine variables representing favorite animal and color into descriptive sentences using JavaScript. Learn to join text and variables with the plus operator and output the final message in the console.

We'll cover the following...

This code combines two pieces of information (favorite color and animal) into a single descriptive ...