const bird = "crow" const colour = "black" const total = bird + colour console.log(total) //NaN = Not a number