Why You Shouldn't Concatenate Strings - JavaScript

preview_player
Показать описание
In this video I give a brief introduction into some issues of string concatenation and explain why string template literals can be a better alternative.
Рекомендации по теме
Комментарии
Автор

will we ever see a JS tut series on the channel?

aqua-tutorials
Автор

Why would you ever do this and not just do : const C = a+b; and then print C without concatenation 🤣

chong