I just got into coding.. sometimes its hard for beginners like me to get a really simple and easy to understand tutorial. after watching your tutorial on "javascript" objects i found out that you are the one guy i was looking for. Thanks for your time on this man.
I've been watching your videos for the last few days. They are well put together and wanted to thank you by not only subscribing and putting notifications on, but by actually Thanking you for the time and work you put into these videos and making them easy to follow along with.
I agree. I think his take on things is great for beginners, especially if you want to pick up the basics. I try to be as approachable, too, and I think I can get the point across well. Check out my own tutorial when you can: ruclips.net/video/5CN-7MOsMsg/видео.html
Hey Daniel, I just want to thank you for making this JavaScript tutorial video. Your javaScript tutorial playlist is the perfect, short with well packed information that a bigger student could understand in a short time without getting confused with a lot of coding. You have no idea how many tutorials I've been watching to Learn Javascript. Some of them take 3 to 5 hr to finish. Even with the time stamp it's complicated to understand, but now I'm glad finally I found your videos. THANK YOU SO MUCH Dani!!! keep the good work.
Been learning JS for some time now and struggling with objects/constructors/factory functions and you are cementing the knowledge in my brain. Thank you sir.
I had some knowledge of this global object, method and properties and things like that, but I've never found someone who could explain to me what exactly they are, until now. Thanks for the video mate
Please create more Javascript videos. I have been through all of youtube and you’re the first person that made it click. Make a whole course. Will buy. 🤣 I’m desperate here.
Very nice and clean! Ive seen other people start it using var person = { name: "daniel", age: "13"} etc but thats get confusing when later on they start doing the dot syntax. I think its easier to just start with the more complex and then simplify from there if need be.
One thing I don't understand is why you don't have so much views or subscribers.I mean even in a paid course they won't teach like you do,your content is good, voice is not boring,concepts and codes are easy to grasp..I feel bad for you bro, mark my words one day you'll be great
very sound teaching. The way you explain makes it as easy as one can figure to understand. Btw what is that backgroung noise, sounds like a snoring pet, if you listen real close with headphones on.
Hey the only thins i dont understand abouit js object is Unlike in c++, we require a class before making an object. BUt here, let person = {...} Automatically makes an object, that refers to which class?
Isn't the first example you gave (where you used the new keyword) also considered a constructor? I thought those were called empty object constructors or something like that. Anyways great video, as always!
Awesome Video ! Thank you sir ! but I have Just one Question ! What's the difference between using “let” and “var” to declare a variable in JavaScript?
I little bit confused about the "new" why to use "new" keyword to create an object when you can create the same object with obj{} example: var obj = { something : 'somevalue' }; or just an empty object obj= {} instead of var obj = new Object() ?
The two methods I show are just two different ways to create an object. The methods are called "new Object" and "object literal". For simplicity, readability and execution speed, use object literal when creating objects. The "new Object" method is pretty much a discouraged method today. Here is a link that explains it in more detail: coderwall.com/p/p5cf5w/different-ways-of-creating-an-object-in-javascript
ONCE THE CLASS CONSTRUCTOR IS CALLED AND CREATES THE NEW OBJECT, HOW DO I GET THE NEW OBJECT INTO AN OBJECT ARRAY??? HOW DO I GET A NEW PERSON OBJECT FROM THE NEW PERSON CONSTRUCTUR INTO THE PERSONS ARRAY???
An example of multiple objects could be if create web page that has video tutorials on it people can interact with. He we could have a Course object, a User object, a Comment object, etc... Essentially we create an object for anything that has similar information or functions tied to it.
Trying to figure out the accent. Definitely a Scandinavian but not Swedish accent because, we don´t sound exactly like that but close. It´s not Norwegian because you don´t sound that gay, so you must be from Denmark.
I just got into coding.. sometimes its hard for beginners like me to get a really simple and easy to understand tutorial. after watching your tutorial on "javascript" objects i found out that you are the one guy i was looking for. Thanks for your time on this man.
I LOVE the way you select your words and how you’re consistent with ALL your examples. You are like a great short book in every episode.
I've been watching your videos for the last few days. They are well put together and wanted to thank you by not only subscribing and putting notifications on, but by actually Thanking you for the time and work you put into these videos and making them easy to follow along with.
I agree. I think his take on things is great for beginners, especially if you want to pick up the basics. I try to be as approachable, too, and I think I can get the point across well. Check out my own tutorial when you can: ruclips.net/video/5CN-7MOsMsg/видео.html
@@InstructorVictor what is this for exactly?🤨
Hey Daniel, I just want to thank you for making this JavaScript tutorial video. Your javaScript tutorial playlist is the perfect, short with well packed information that a bigger student could understand in a short time without getting confused with a lot of coding. You have no idea how many tutorials I've been watching to Learn Javascript. Some of them take 3 to 5 hr to finish. Even with the time stamp it's complicated to understand, but now I'm glad finally I found your videos. THANK YOU SO MUCH Dani!!! keep the good work.
first video i bumped in to. its nice i think i will watch whole series
Been learning JS for some time now and struggling with objects/constructors/factory functions and you are cementing the knowledge in my brain. Thank you sir.
This is one of the best tutorials out there for basic objects. Short, sweet and to the point.
Cheers, you just gained a new subscriber because of this video. It means a lot to me as a beginner in coding
Glad you are enjoying the videos :)
You are great. Your tutorials for PHP are the finest.
I had some knowledge of this global object, method and properties and things like that, but I've never found someone who could explain to me what exactly they are, until now. Thanks for the video mate
you are a gifted teacher. thank you for making your channel.
Please create more Javascript videos. I have been through all of youtube and you’re the first person that made it click. Make a whole course. Will buy. 🤣 I’m desperate here.
stuff like this should be boring.... but actually I had a lot of fun watching this vid :) ty again Daniel
Thank you for your video!! you are good teacher!
Brilliant explanation.. Yoda status in teaching
Keep up the good work!
Frameworks make so much sense now that I'm understanding JS lol. Thanks for your videos!
Very nice and clean! Ive seen other people start it using var person = { name: "daniel", age: "13"} etc but thats get confusing when later on they start doing the dot syntax. I think its easier to just start with the more complex and then simplify from there if need be.
Thank you. So detailed
day by day you are changing my life thank you Daniel :) this will come back to you times infinity!
interesting ! nice explanation dude.
Awesome tutorial, great speed for me.
Awesome video as always!
Thanks for sharing your knowledge ...
awesome video bro really good job 100 / 100
4:20 Do you instantly create a property of an object(person) when you write person.name or is it buildin?
Nice vid man, can’t believe I’ve made it this far.
Thanks for this Video, its very useful
Great information. Thank you!
8:35 wouldn't it be better to use this.age instead of person.age?
One thing I don't understand is why you don't have so much views or subscribers.I mean even in a paid course they won't teach like you do,your content is good, voice is not boring,concepts and codes are easy to grasp..I feel bad for you bro, mark my words one day you'll be great
Thanks :)
I second this beautiful honest and truthful statement. If all teachers were like you....👌
very sound teaching. The way you explain makes it as easy as one can figure to understand. Btw what is that backgroung noise, sounds like a snoring pet, if you listen real close with headphones on.
Thanks Dani, much love
Very well explained, thanks! :)
Awesome tutorials, tusen takk!
Nicely explained :) Thanks a bunch!
Thank you for the lesson! Cheers
Thank you so much for the informative video :D
He is a very great teacher
Really good tutorial, now JS has more sense for me
Hey the only thins i dont understand abouit js object is
Unlike in c++, we require a class before making an object.
BUt here,
let person = {...}
Automatically makes an object, that refers to which class?
This is great, thank you!
Just know we still watching your tutorials
And their helpful
Great tutorial
Dude You are awesome
Can u teach express as backened with mongodb sir
Isn't the first example you gave (where you used the new keyword) also considered a constructor? I thought those were called empty object constructors or something like that. Anyways great video, as always!
Thank you Dani !
How can I create one object and put inside few keys without value? Value I will put in prompt though browser. How can I do it?
Awesome video. Thanks
Well done!
you are Yoda ! Solid tutorial
Thanks for ur tutorials
Very nice video
This is my first time learning a programming language , so idk much bout how stuff works . So...what are objects used for in games or apps making ?
This looks like Elon Musk if we was teaching about Javascript back in the late 90's
Awesome Video ! Thank you sir ! but I have Just one Question ! What's the difference between using “let” and “var” to declare a variable in JavaScript?
as a visual learner im learning more about js with his actions haha.i do the same thing whrn trying to explain my self some concepts
thank you King
so object variables are list of arrays in a single variable?
Pls make an exersice video for object
What's the difference between var and let or is let more like function? Idk
I explained the difference in lesson 17 in this course. 🙂
thank you, better than paid courses on udemy
I always practice javascript by watching your exercises in js
Awesome!
awesome. thanks!
I little bit confused about the "new" why to use "new" keyword to create an object
when you can create the same object with obj{} example:
var obj = {
something : 'somevalue'
};
or just an empty object obj= {}
instead of var obj = new Object() ?
The two methods I show are just two different ways to create an object. The methods are called "new Object" and "object literal". For simplicity, readability and execution speed, use object literal when creating objects. The "new Object" method is pretty much a discouraged method today.
Here is a link that explains it in more detail: coderwall.com/p/p5cf5w/different-ways-of-creating-an-object-in-javascript
In which video did we see why and when to use the "let"?
In one of the previous videos :)
great teacher
Thanks, man.
what means return ++person.age; ++ ?
Help him to grow.
He is the best mentor i have ever seen
89' baby! Woot woot! Only 2 years older.
thank you!
ONCE THE CLASS CONSTRUCTOR IS CALLED AND CREATES THE NEW OBJECT, HOW DO I GET THE NEW OBJECT INTO AN OBJECT ARRAY???
HOW DO I GET A NEW PERSON OBJECT FROM THE NEW PERSON CONSTRUCTUR INTO THE PERSONS ARRAY???
awesome thanks
Thank youuuuuu!
Who else is just kicking off with javascript here
Good explanation. I also added video about different ways to create JavaScript object. Your evaluation and tips would be great
0:10 It's not a bug, it's a feature.
Why do we have objects if we only ever seem to work with one object at a time? Can people please give me example of where we use multiple objects?
An example of multiple objects could be if create web page that has video tutorials on it people can interact with.
He we could have a Course object, a User object, a Comment object, etc... Essentially we create an object for anything that has similar information or functions tied to it.
mmtuts Pls make an exersice video too
For this explaination
My guy and his hands. Please dont stop
Very nice video but... can you talk a little bit slowly? It' hard to non-native speakers to keep up with you.
god bless, thank you
you are the man!
If you say “JavaScript” another time I m gonna start crying!
"JavaScript"
Dani Krossing
Why u mean Ahahaha
I cry now
Great vid regardless ;)
As usual you explains very well and bla bla bla... 😂😂
JS is not an Object oriented programming it is Object based it is different! it does not support polymorphism, encapsulation ect..
I hope I'm as genius as you sir!
manay manay thanks
Cool guy
why didn't you use VAR instead of let ?
see link to a similar video that might support Objects in JS:
ruclips.net/video/cG4GGCOU3i0/видео.html
G-avaScript
This guy reminds me of Elon Musk
Trying to figure out the accent. Definitely a Scandinavian but not Swedish accent because, we don´t sound exactly like that but close. It´s not Norwegian because you don´t sound that gay, so you must be from Denmark.
"Ding ding"
do we Norwegians sound gay? I never noticed haha
bro you waist so much time in your intos. Just get in the subject very fast. I think that better for your channel.
it's been a year, but you know, you can just skip parts that feel unessessary for you, it's the avantage of a youtube video