Object-oriented Programming in Javascript | OOP Tutorial for Beginners

Поділитися
Вставка

КОМЕНТАРІ • 43

  • @Rafael-jq4th
    @Rafael-jq4th 4 роки тому +10

    Your voice is so soft. I can understand everything.

  • @m.a6141
    @m.a6141 2 роки тому

    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

  • @aaronpaterson7582
    @aaronpaterson7582 3 роки тому +4

    After 5 minutes in. I realized this guy has the teacher to student spirit. Very good clear explanations and time to cover the specifics.

  • @Bayo106
    @Bayo106 4 роки тому +2

    You're an incredible teacher. I want to be very good at OOP and this is so helpful. Thanks

  • @healerdance7
    @healerdance7 4 роки тому +6

    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.

  • @ralphlouis2705
    @ralphlouis2705 2 роки тому

    This by far is one of the best teaching I have gotten

  • @AM-cs8yi
    @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

  • @tonytony-fc6gq
    @tonytony-fc6gq 4 роки тому

    THANK YOU VERY MUCH !!!! easy to understand subbed STRAIGHT AWAY

  • @lambouralaa2393
    @lambouralaa2393 4 роки тому

    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

  • @kahlschlag17
    @kahlschlag17 2 роки тому

    Great tutorial mate. I missed JS Classes though.

  • @ivantorres6577
    @ivantorres6577 3 роки тому

    This helped a ton, way to explain this well!

  • @user-vw9ps4xm7b
    @user-vw9ps4xm7b 5 років тому +1

    You are a true talent!

  • @khalidQweder
    @khalidQweder 5 років тому +1

    Fantastic Tutorial.

  • @chakmaprogrammerofficial
    @chakmaprogrammerofficial 3 роки тому

    Thank you so much...It's so clear

  • @sivacharan3987
    @sivacharan3987 2 роки тому

    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?

  • @leonf.7893
    @leonf.7893 4 роки тому

    Nice lesson format.

  • @kemalemin
    @kemalemin 3 роки тому

    So correct me if I'm wrong. Buy, read and review are the methods of the book????

  • @911madza
    @911madza 5 років тому

    well thought out material, thanks

  • @blackdev417
    @blackdev417 3 роки тому

    Great tutorial!

  • @iordanistsapanidis4021
    @iordanistsapanidis4021 4 роки тому

    About the multiword, why can't we use the \ key just like escaping quotes?????

  • @skryonline5825
    @skryonline5825 4 роки тому

    Where does the "class" fit in your four ways of creating objects? Thanks for the video

  • @naqiabedi
    @naqiabedi 2 роки тому

    Thanks a lot

  • @idontwantmynameinhere
    @idontwantmynameinhere 5 років тому +1

    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.

    • @clevertechie
      @clevertechie  5 років тому

      There are no classes in Javascript.

    • @idontwantmynameinhere
      @idontwantmynameinhere 5 років тому +1

      @@clevertechie there definitely are, I used them multiple times. Search Google for "JavaScript class" and you'll see what I mean my friend :)

    • @DarkGT
      @DarkGT 5 років тому +1

      @@clevertechie Make video about the classes too.

    • @LastVoyage
      @LastVoyage 4 роки тому

      @@clevertechie www.w3schools.com/js/js_classes.asp

  • @mirumermajeed3344
    @mirumermajeed3344 3 роки тому

    Which one is easy to define a objects in JS

  • @PixelTB
    @PixelTB 3 роки тому

    Thank you!

  • @chrisplusplus6232
    @chrisplusplus6232 4 роки тому +2

    this is javascript objects topics only, not object oriented programming using javascript

  • @webworld6064
    @webworld6064 4 роки тому

    thanks sir

  • @spirlo
    @spirlo 2 роки тому +1

    Bro thank you soo much

    • @clevertechie
      @clevertechie  Рік тому

      Glad I could help

    • @spirlo
      @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

  • @tychoredleaf
    @tychoredleaf 3 роки тому

    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.

  • @sivacharan3987
    @sivacharan3987 2 роки тому

    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?