JavaScript Crash Course for Beginners-2
Welcome to part-2 of the series. You can find part-1 here.
Before moving to Array, we will look a bit more on String. We will first look into String concatenation. Here, we have the old way which is used with the + operator and the new way, which uses back-ticks(``).
You can read rest of the article from my blog post. The link for the same is below.
This completes part-2 of the series. You can find part-3 here.
You can find the jsbins used in this part below.
https://jsbin.com/quzabiq/6/edit?js,console
https://jsbin.com/kolubik/5/edit?js,console