Javascript String Concatenation | Javascript Tutorial For Beginners | ES6 Tutorial




Javascript String Concatenation | Javascript Tutorial For Beginners | Javascript ES6

In this video series we are going to learn modern javascript from scratch. This video is recommended for anyone wanting to learn javascript the modern way with ES2015. No previous programming knowledge is required, so this video series will help you learn javascript as your first programming language.

We will cover how to do string concatenation in javascript with the ” + ” operator, we will also fix issues on when to use single or double quotes in strings.

Finally we will take a look at the ES6 way of doing concatenations in javascript using the ${} syntax.

Things covered in this video:

How to do simple string concatenations .
Differences in using single quotes vs double quotes in strings.
Concatenating strings with numbers.
ES6 string concatenation .

๐Ÿ“” Materials used in this video:

VSCode: https://code.visualstudio.com/

๐Ÿ›ด Follow me on:

Twitter: https://twitter.com/deved94
Github: https://github.com/DevEdwin

Original source


21 responses to “Javascript String Concatenation | Javascript Tutorial For Beginners | ES6 Tutorial”

  1. Hy Ed, i have a question for you. What theme do you use for Visual Studio Code app, to look like that ? Btw, thanks a lot for your video! ๐Ÿ”ฅ

    Edit: I have saw the name of the theme in the comments. Thanks anw!

  2. Hello , May I ask why my ${name} doesn't work? It still show "${name} " on console page…I have double checked nothing typeing wrong . is it the reason that I am using Dreamweaver ?
    Thanks!

  3. Next part is up tomorrow morning! I will post 1 per day to not overwhelm your sub feed!

    PS: there is also the " ! " operator which is the opposite basically. if ( !18 ) basically every number that is not 18. Sorry I forgot about this one ๐Ÿ™‚

Leave a Reply