JavaScript for Beginners #6 - Variables Part 2

preview_player
Показать описание

This video is part of a complete series on learning how to program in JavaScript as a total beginner.

Рекомендации по теме
Комментарии
Автор

You have a fantastic, engaging teaching style. I have learnt more in 6 lectures from you than 6 weeks of a 'structured' course. I am so excited to keep learning from you!

jessicascott
Автор

coming from python, if you do {string, int, string}, it will print out as string whitespace int whitespace string. However, with {string + int + string}, you will have to input the whitespace yourself.

happy......
Автор

let bottlesOfBeer = 99;
let around = bottlesOfBeer - 1;
console.log(around);
Good one

waffletube
Автор

You should make a python course as well. So far I’ve learned Ruby AND JavaScript from you. You’re a great teacher 👨‍🏫.

TheMidnightGarnet