13: Objects And Properties In JavaScript | JavaScript Tutorial | Learn JavaScript Programming

preview_player
Показать описание
Introduction To Objects And Properties In JavaScript | JavaScript Tutorial | Learn JavaScript Programming. In this video we will learn what objects are in JavaScript, and how create properties in them. In a later lesson we will get more into JavaScript objects and learn how to use them in real life examples.

--

mmtuts is a YouTube channel that focuses on teaching beginner and advanced courses in various multimedia related skills.
We plan to make tutorials available on programming, video production, animation, graphic design, and on software such as the Adobe Creative Cloud programs.

JavaScript for beginners is a how to series that teaches the JavaScript coding language to people who are just starting out learning programming. The course teaches how JavaScript scripting can be made easy and teaches how to build many features on websites through behavior using JavaScript. Creating behavior on websites with JavaScript is easy and should not be seen as otherwise, which is why we want to explain the language in a easy to understand way for beginners.

If you have suggestions on new courses, or specific lessons within existing courses you would like to see, then feel welcome to submit them in the comment section or in a private message. ALL suggestions will be seen, but not all will be replied to since we get quite a few every day.
Рекомендации по теме
Комментарии
Автор

very helpful and easy to understand unlike many others just trying to look smart

FrozenLMAO
Автор

nothing so far on the internet has made sense for me until THESE video. so thank

chasenguyen
Автор

Love this channel so much, good explained lessons. Thank You So much ;)

dmitriyshin
Автор

I am getting the hang of it, thanks Daniel.

suemendez
Автор

hi, thanks for making these tutorial.
There is the request, will you consider to do tutorial for Laravel PHP framework?

jovendev
Автор

thank you so much daniel nielsen <3

dhiaeddinebassalah
Автор

thank you realy keep doing it you real helped me i realy love you are the best ticher in world

vadimpol
Автор

So an "Object" is really a variable with multiple properties, is that correct?

rodneyhigginson
Автор

Hi mmtuts (Daniel)

I actually skipped your videos from PHP part 46: How to edit comments, I just want to ask when will you make a tutorial for editing comments with JavaScript :]
... Thank you BTW because you taught me how to code :> ... love from Philippines

aaronjosephcarillo
Автор

Ahh, I remember this from coding GLua (Almost like Lua, but for Garry's Mod) Nice tutorial.

mydimeisup
Автор

How do you create an instance of that person object?

aussieraver
Автор

wouldn't this be the same principal as OOPHP?

jared
Автор

var person ={name:"Daniel"};
document. write("Thanks" +person. name);

denniskamonde
Автор

<script>
var name = {
fname: "meta",
lname: "beta"
};
document.write(name.fname);
</script>. why this undifined ? I write same like you

billionairepodcast
Автор

sir u want image slider un java script

daniyalsaleem