for ppl that are not english speaker from birth, its very easy to understand you. everyone else speaking very fast on there videos. keep with the good work
@aaronpaterson75824 жыл бұрын
After 5 minutes in. I realized this guy has the teacher to student spirit. Very good clear explanations and time to cover the specifics.
@mirumermajeed33443 жыл бұрын
Which one is easy to define JS objects
@Rafael-jq4th4 жыл бұрын
Your voice is so soft. I can understand everything.
@healerdance74 жыл бұрын
28:21 the thing that my mate teached me is, when ur already in function calling the external function, u don't place brackets because ur not calling the external function right away. Instead, ur pointing to that external function, so when u got to that line, he jumpes to the external function and then calls it. In a lot of situations we learn only superficial things and we don't know what's happening behind the scenes. You're explaining well, but please in future try to explain a little bit deeper so we know exactly what's happening there.
@naqiabedi2 жыл бұрын
I agree with you
@ralphlouis27052 жыл бұрын
This by far is one of the best teaching I have gotten
@clevertechie Жыл бұрын
I really appreciate that!
@Bayo1064 жыл бұрын
You're an incredible teacher. I want to be very good at OOP and this is so helpful. Thanks
@kahlschlag172 жыл бұрын
Great tutorial mate. I missed JS Classes though.
@lambouralaa23934 жыл бұрын
very good ty, but you should make sure to differentiate between calling and defining a method.because 38;23.Good job anyway keep it up
@tonytony-fc6gq4 жыл бұрын
THANK YOU VERY MUCH !!!! easy to understand subbed STRAIGHT AWAY
@AM-cs8yi Жыл бұрын
what actions can we do with a book? well we can pick it up, throw it, burn it 😂 love your sense of humour too apart from a great teaching style
@ivantorres65773 жыл бұрын
This helped a ton, way to explain this well!
@sivacharan39873 жыл бұрын
Sir,I have a doubt on oop in JavaScript.when can implement anything in JavaScript without oop also.Then what is the use of oop in JavaScript?When do We use oop in JavaScript?
@翠-m9m5 жыл бұрын
You are a true talent!
@kemalemin3 жыл бұрын
So correct me if I'm wrong. Buy, read and review are the methods of the book????
@idontwantmynameinhere5 жыл бұрын
14:52 - There is a fifth, the class. I favour `class Book { ... }` over `function Book(args) { ... }` personally, because I think it's cleaner, looks more like a language like C# or Java or sth, and it's newer.
@clevertechie5 жыл бұрын
There are no classes in Javascript.
@idontwantmynameinhere5 жыл бұрын
@@clevertechie there definitely are, I used them multiple times. Search Google for "JavaScript class" and you'll see what I mean my friend :)
Where does the "class" fit in your four ways of creating objects? Thanks for the video
@khalidQweder5 жыл бұрын
Fantastic Tutorial.
@clevertechie5 жыл бұрын
Thank you
@chakmaprogrammerofficial4 жыл бұрын
Thank you so much...It's so clear
@iordanistsapanidis40214 жыл бұрын
About the multiword, why can't we use the \ key just like escaping quotes?????
@blackdev4173 жыл бұрын
Great tutorial!
@mirumermajeed33443 жыл бұрын
Which one is easy to define a objects in JS
@leonf.78934 жыл бұрын
Nice lesson format.
@chrisplusplus62324 жыл бұрын
this is javascript objects topics only, not object oriented programming using javascript
@Nāmarūpa14 жыл бұрын
Chris is correct, this is not OOP
@911madza5 жыл бұрын
well thought out material, thanks
@naqiabedi2 жыл бұрын
Thanks a lot
@clevertechie Жыл бұрын
you're welcome!
@PixelTB4 жыл бұрын
Thank you!
@webworld60644 жыл бұрын
thanks sir
@spirlo2 жыл бұрын
Bro thank you soo much
@clevertechie Жыл бұрын
Glad I could help
@spirlo Жыл бұрын
@@clevertechie bro what the fuck you are answering like after 9 months,bro now I am pro in javascript pff :D,nvm thanks again
@tychoredleaf3 жыл бұрын
I gave up 6 adds in. The video is so broken up with adds it is impossible to learn anything. If you have any say in how many adds break up your video, reduce that number.
@sivacharan39873 жыл бұрын
Sir,I have a doubt in oop in JavaScript.when can implement anything in JavaScript without oop also.Then what is the use of oop in JavaScript?When do We use oop in JavaScript?