How to write Functions, Objects and Variables in Javascript!

preview_player
Показать описание
This video will attempt to show you how to create functions, variables and objects in Javascript. Sorry for the long runtime, I tend to go off on tangents and my content is all improvised. Rest assured that you need to know how to do this stuff to write great programs.

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

Hi there! I can't believe this has so little views in over a year, such a shame. You have a really nice calm, casual way of explaining things -- I'm going to check out the rest of your videos today :D thanks so much.

jackdavies
Автор

Alright well, I came into a little hiccup pretty early on. Atom doesn't work on my computer because it's very low spec. It's an acer notebook from 2012. So I downloaded three other text editors before I finally found one that works. I'm using Sublime Text, and I'm currently paused at the 7:40 mark. When I inspect the elements on my html chrome page and look at console it doesn't show 10, or anything at all. Well, aside from the colors being different in my objects.js file, console.log is all blue instead of the log being a separate color from the console., and (rectangle.x is white as is rectangle.y); so it makes me think that perhaps my program just doesn't do that function or something. I don't know how significant this is... I'll try to keep following along.

Faceplantfloor