In this video we'll learn about String Templates and Interpolation in Javascript.
String templates let us do all sorts of fun things to strings.
One of those things, and maybe the most important, is string interpolation.
String interpolation allows us to swap in variables into our string without using those pesky addition signs we've been using up till now.
#javascript #codemy #JohnElder
Timecodes
0:00 - Introduction
0:46 - Create Variable
1:45 - Interpolation
2:23 - Create String Template
3:53 - Use HTML In a Strings
4:20 - Math in Strings
4:53 - Functions in Strings
7:34 - Conclusion