Variables - Beau teaches JavaScript

preview_player
Показать описание
Learn about variables and naming conventions.

⭐JavaScript Playlists⭐

-
We're busy people who learn to code, then practice by building projects for nonprofits. Learn Full-stack JavaScript, build a portfolio, and get great references with our open source community.

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

Finally a video that starts off by explaining the variables first. I have started learning with an app from the App Store and looking for a video to also watch. I just subscribed and saved your videos

JessePedyfoot
Автор

Finding this playlist was like finding the motherload. Thank you!

cassieosaurus_
Автор

Love it, I am 12 and I know that I am not too small for learning to code I am starting today :)

paracosmic.spirit
Автор

which editor are you using, it is good for viewing your output while coding

bhutienockmalapane
Автор

Yeah, would be nice have some ES6, maybe with ES5 comparations.

MarcoAntonio-fhrd
Автор

GRAND SUMMARY

var, const, let keywords to declare variables. next you initialize.
you can do declare and init in a single step
don't use underscores for variable names, numbers at start of variable names cause errors. numbers can be used in b/w names.
use lowerCamelcase (see 2:50 onwards), names should be intuitive(self-explanatory by name) and the variables are case-sensitive !
Don't use reserved words like Var and if-else in a names. JS is a loosely typed language.

smyasir
Автор

Is this playlist for absolute beginners? If not, which one is so I know exactly where to start?

mikej
Автор

I am new in programming, I have recently started learning javascript but lost in it . Can you suggest me a better way of learning JavaScript

addictivegamesfanclub
Автор

How do you get codePen's console to display the program in the .js file? All I get is an error saying I have to create a html file, but when I do nothing displays still.

dasp
Автор

Please, what code editor did you use?

I really love it.

Chigod
Автор

Which font you are using in codepen? I also want to use it in my code

yashkumar
Автор

where do u do all this stuff; i mean what software and how to get it?

arulgilbert
Автор

Sir, i want a free pdf or ebook file related to this topic

ratanlodhi
Автор

What IDE is this, or better how did yo set this up?

jestificated