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”
Thanks for the amazing tutorials, and it really helps when there is a bit comedy in teaching as it makes learning fun. Other channels tutorials are pretty boring.
Dev Ed how can I contact you il just ask questions
You are the best thank you๐
wow, i can actually understand you unlike literally every other tutorial i have found
Great video! How to run the code in Terminal when Save ? +1 Subscriber !
Thanks Ed ๐
Amazing THAKS !!!
i love your tutorials sir !
the only person i disable ublock for ๐
i love your content thank you very much
const wishes = 'Thank you';
const name= 'Dev Ed';
console.log(wishes + name);
output: Thank you Dev Ed
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!
Thank you for your perspire.
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!
thanks from the bottom of my heart
You got yourself another subscriber!
what color theme you use?
'Awesome' + ' tutorial';
Thanks I am looking forward for your next video!
How can I do the backtick symbol with the keyboard?
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 ๐