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.
@achengster44 жыл бұрын
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.
@Gaublyn6 жыл бұрын
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.
@InstructorVictor5 жыл бұрын
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: kzbin.info/www/bejne/a3SxXmqDhNiAqck
@Sergmagnum2 жыл бұрын
@@InstructorVictor what is this for exactly?🤨
@koki67612 жыл бұрын
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.
@pojer936 жыл бұрын
first video i bumped in to. its nice i think i will watch whole series
@Adorict2 жыл бұрын
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.
@evilseed8806 жыл бұрын
This is one of the best tutorials out there for basic objects. Short, sweet and to the point.
@tatahfeli Жыл бұрын
Cheers, you just gained a new subscriber because of this video. It means a lot to me as a beginner in coding
@Dani_Krossing Жыл бұрын
Glad you are enjoying the videos :)
@S1NA-Gaming6 жыл бұрын
You are great. Your tutorials for PHP are the finest.
@Richard-wh6wg5 жыл бұрын
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
@davidhahn85834 жыл бұрын
you are a gifted teacher. thank you for making your channel.
@kriskoeh69014 жыл бұрын
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.
@erencool23674 жыл бұрын
stuff like this should be boring.... but actually I had a lot of fun watching this vid :) ty again Daniel
@thanossym22814 жыл бұрын
Thank you for your video!! you are good teacher!
@rashmedo4 жыл бұрын
Brilliant explanation.. Yoda status in teaching
@michaelhalcyon36584 жыл бұрын
Keep up the good work!
@Auzep5 жыл бұрын
Frameworks make so much sense now that I'm understanding JS lol. Thanks for your videos!
@pjf70442 жыл бұрын
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.
@tatahfeli Жыл бұрын
Thank you. So detailed
@growguild15566 жыл бұрын
day by day you are changing my life thank you Daniel :) this will come back to you times infinity!
@paudelamarianaoancea37615 жыл бұрын
interesting ! nice explanation dude.
@blackburd2 жыл бұрын
Awesome tutorial, great speed for me.
@shinevisionsv6 жыл бұрын
Awesome video as always!
@omid4436 жыл бұрын
Thanks for sharing your knowledge ...
@hhmr3452 жыл бұрын
awesome video bro really good job 100 / 100
@incognitoincognitov83496 жыл бұрын
4:20 Do you instantly create a property of an object(person) when you write person.name or is it buildin?
@calibr06365 жыл бұрын
Nice vid man, can’t believe I’ve made it this far.
@panchalankit075 жыл бұрын
Thanks for this Video, its very useful
@duvanxo30333 жыл бұрын
Great information. Thank you!
@aruns94916 жыл бұрын
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
@Dani_Krossing6 жыл бұрын
Thanks :)
@mickeyslim13 жыл бұрын
I second this beautiful honest and truthful statement. If all teachers were like you....👌
@chrisavhr6 жыл бұрын
8:35 wouldn't it be better to use this.age instead of person.age?
@reidwilliamson64773 жыл бұрын
Thanks Dani, much love
@SuperSamsosa4 жыл бұрын
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.
@AJHF19913 жыл бұрын
Very well explained, thanks! :)
@sol3cito334 жыл бұрын
Awesome tutorials, tusen takk!
@erickchavez45513 жыл бұрын
Nicely explained :) Thanks a bunch!
@TheMclovinfromhawaii6 жыл бұрын
Thank you for the lesson! Cheers
@Anonymous-qv5ym6 жыл бұрын
Thank you so much for the informative video :D
@germanduterte71105 жыл бұрын
He is a very great teacher
@ОлександрМета2 жыл бұрын
Really good tutorial, now JS has more sense for me
@suparthghimire16445 жыл бұрын
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?
@remedyjohnson2 жыл бұрын
Just know we still watching your tutorials And their helpful
@theseigemeister3 жыл бұрын
This is great, thank you!
@mohammadmohammadi42916 жыл бұрын
Great tutorial
@aayushsingh88855 жыл бұрын
Can u teach express as backened with mongodb sir
@nasriddinbekbektemirov57964 жыл бұрын
Dude You are awesome
@mkt92z6 жыл бұрын
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!
@Leo-pm5cj2 жыл бұрын
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?
@mavoolumma3 жыл бұрын
Thank you Dani !
@youdahetsehaye21875 жыл бұрын
Awesome video. Thanks
@ShaneCrouch6 жыл бұрын
Well done!
@rashmedo5 жыл бұрын
you are Yoda ! Solid tutorial
@Rii-Americano6 жыл бұрын
Thanks for ur tutorials
@index89835 жыл бұрын
Very nice video
@muramasa75376 жыл бұрын
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 ?
@nicolasap864 жыл бұрын
This looks like Elon Musk if we was teaching about Javascript back in the late 90's
@youcefdebih26606 жыл бұрын
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?
@christophercudiamat56956 жыл бұрын
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
@atlantean.prince3 жыл бұрын
thank you King
@NERO-ez1mn6 жыл бұрын
so object variables are list of arrays in a single variable?
@namanchoudhary25016 жыл бұрын
Pls make an exersice video for object
@MasterCorneilous2 жыл бұрын
What's the difference between var and let or is let more like function? Idk
@Dani_Krossing2 жыл бұрын
I explained the difference in lesson 17 in this course. 🙂
@jeremyllewellynhamill-keay53473 жыл бұрын
thank you, better than paid courses on udemy
@namanchoudhary25016 жыл бұрын
I always practice javascript by watching your exercises in js
@peculiarmichael874 Жыл бұрын
Awesome!
@jondyason3366 жыл бұрын
awesome. thanks!
@mrspock38895 жыл бұрын
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() ?
@Dani_Krossing5 жыл бұрын
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
@krbse.35786 жыл бұрын
In which video did we see why and when to use the "let"?
@Dani_Krossing6 жыл бұрын
In one of the previous videos :)
@dr_corrupt10142 жыл бұрын
great teacher
@mickeyslim13 жыл бұрын
Thanks, man.
@imtheevil15246 жыл бұрын
what means return ++person.age; ++ ?
@namanchoudhary25016 жыл бұрын
Help him to grow. He is the best mentor i have ever seen
@DanielCardenas236 жыл бұрын
89' baby! Woot woot! Only 2 years older.
@vegasvato553 жыл бұрын
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???
@simoo77554 жыл бұрын
thank you!
@ChrisTian-ox5nr4 жыл бұрын
Thank youuuuuu!
@MrVirkMedia5 жыл бұрын
awesome thanks
@cliffordfolefac77543 жыл бұрын
Who else is just kicking off with javascript here
@shortandsimple79764 жыл бұрын
Good explanation. I also added video about different ways to create JavaScript object. Your evaluation and tips would be great
@barringdev71195 жыл бұрын
0:10 It's not a bug, it's a feature.
@cybergen2K6 жыл бұрын
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?
@Dani_Krossing6 жыл бұрын
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.
@namanchoudhary25016 жыл бұрын
mmtuts Pls make an exersice video too For this explaination
@amosmachora3 жыл бұрын
My guy and his hands. Please dont stop
@albertofabbri15435 жыл бұрын
Very nice video but... can you talk a little bit slowly? It' hard to non-native speakers to keep up with you.
@ingiben48895 жыл бұрын
god bless, thank you
@yongjung54336 жыл бұрын
you are the man!
@isaacsnowcarini48084 жыл бұрын
If you say “JavaScript” another time I m gonna start crying!
@Dani_Krossing4 жыл бұрын
"JavaScript"
@isaacsnowcarini48084 жыл бұрын
Dani Krossing Why u mean Ahahaha I cry now Great vid regardless ;)
@namanchoudhary25016 жыл бұрын
As usual you explains very well and bla bla bla... 😂😂
@instaminox5 жыл бұрын
JS is not an Object oriented programming it is Object based it is different! it does not support polymorphism, encapsulation ect..
@fraileneflores19373 жыл бұрын
I hope I'm as genius as you sir!
@abunurullah23402 жыл бұрын
manay manay thanks
@maxmustermann72113 жыл бұрын
Cool guy
@FS020122 ай бұрын
why didn't you use VAR instead of let ?
@darrenlefcoe4 жыл бұрын
see link to a similar video that might support Objects in JS: kzbin.info/www/bejne/mXiXeHp5hLpmn5I
@dhojebonufang5 жыл бұрын
G-avaScript
@skylerspillers91043 жыл бұрын
This guy reminds me of Elon Musk
@Black1sheep926 жыл бұрын
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.
@Dani_Krossing6 жыл бұрын
"Ding ding"
@yvindnestvold21005 жыл бұрын
do we Norwegians sound gay? I never noticed haha
@sidiebnou4958 Жыл бұрын
bro you waist so much time in your intos. Just get in the subject very fast. I think that better for your channel.
@bastienmonet4841Ай бұрын
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