This keyword in JavaScript| JavaScript this keyword |this in JavaScript | JavaScript tutorials

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ธ.ค. 2024

ความคิดเห็น • 53

  • @water4837
    @water4837 ปีที่แล้ว +3

    Explaining very clearly...This concept chaala videos chusa andi... naku artham kaaledhu but mee video chusaka matrame artham indhi Thankyou for the video

  • @codecreator5016
    @codecreator5016 ปีที่แล้ว +1

    05:00 create a window object and acess through window object ( window object act like a pareent)

  • @ramakrishnadesala7631
    @ramakrishnadesala7631 2 ปีที่แล้ว +1

    Thanx for ur clear expalnation... really I am getting soo much benfited from this channel... Hope u all success....

  • @Logorvick-ft4md
    @Logorvick-ft4md ปีที่แล้ว +3

    nice explanation i am a student of ccbp...you explained better than them..and they skipped some topics..

    • @csworldtelugu
      @csworldtelugu  ปีที่แล้ว

      Thank you ,keep it up

    • @Logorvick-ft4md
      @Logorvick-ft4md ปีที่แล้ว

      @@csworldtelugu also arrow function lo kuda this explain cheyandi ..

    • @AnushaJeeguru
      @AnushaJeeguru 2 หลายเดือนก่อน

      ccbp lo job vachindha bro ,present ma brother kuda coaching thisukuntunnadu

  • @jekkajaya3132
    @jekkajaya3132 2 ปีที่แล้ว +3

    thanks for giving lots of knowledge through this videos thanks u a lot

  • @jobpreparation5143
    @jobpreparation5143 2 ปีที่แล้ว +2

    1)00:00 explain about different types of this method.
    2)01:49 this key word in console.log method based on place where i used this keyword we get values.value of this key word outside of function and object.
    3)09:50 create a this key word inside function
    4)11:05 this keyword inside method.
    5)14:30 this keyword inside event handler.
    6)20:15 strict mode

    • @csworldtelugu
      @csworldtelugu  2 ปีที่แล้ว

      Thanks

    • @codecreator5016
      @codecreator5016 ปีที่แล้ว

      04:20 note point this always indicate the objects between curly brases

    • @codecreator5016
      @codecreator5016 ปีที่แล้ว

      05:56 it is belong to window object are not can we check

    • @codecreator5016
      @codecreator5016 ปีที่แล้ว

      08:00 if we use this as directly with one name this.x that is belong to the the window object idhi dudi gurthu

    • @codecreator5016
      @codecreator5016 ปีที่แล้ว

      10:35 this will give window object as result for both inside and outside the function

  • @mukkalanagaraju5184
    @mukkalanagaraju5184 4 หลายเดือนก่อน +1

    13:40 lo object key :value pairs
    Vuntayi value ki manam apstorphes ivvali kada mari akkada function ki kooda ivvala?

    • @csworldtelugu
      @csworldtelugu  4 หลายเดือนก่อน +1

      No string ki matrame quotations ivaali

  • @poornachandra4816
    @poornachandra4816 ปีที่แล้ว +2

    madam please also with the arrow functions within object and arrow functions in callbacks

    • @csworldtelugu
      @csworldtelugu  ปีที่แล้ว +1

      Just try with your doubt then you can easily understand

  • @kambalapalle3902
    @kambalapalle3902 2 ปีที่แล้ว +2

    Suberb explanation madam

  • @UshaC-et8ce
    @UshaC-et8ce ปีที่แล้ว +1

    He'llo
    Window also keyword or it's a object?
    If u don't mind u hve any specific definition for window ?

    • @csworldtelugu
      @csworldtelugu  ปีที่แล้ว

      It's a inbuilt object provided by browser

  • @avinash4007-o1l
    @avinash4007-o1l ปีที่แล้ว +1

    Object lopala function untey method iyidhi, then if object is inside another object then what it is called ?

  • @guruprasadnooliveedu
    @guruprasadnooliveedu หลายเดือนก่อน +1

    why mam displaying undefined using let instead of using var

    • @csworldtelugu
      @csworldtelugu  หลายเดือนก่อน

      Mention duration in the video where you have doubt

    • @guruprasadnooliveedu
      @guruprasadnooliveedu หลายเดือนก่อน +1

      ​@@csworldtelugu10:14

    • @csworldtelugu
      @csworldtelugu  หลายเดือนก่อน

      Var tho declare chesina variables only window object (global object)lo properties la add avutayi

    • @guruprasadnooliveedu
      @guruprasadnooliveedu หลายเดือนก่อน

      @@csworldtelugu thank you mam

  • @gangunaidu9912
    @gangunaidu9912 2 ปีที่แล้ว +2

    For each, appendchild, explain chayade

    • @csworldtelugu
      @csworldtelugu  2 ปีที่แล้ว +1

      already explain chesanu watch these videos
      th-cam.com/video/fD1Fyfm8TZc/w-d-xo.html

    • @csworldtelugu
      @csworldtelugu  2 ปีที่แล้ว +1

      th-cam.com/video/VbSJJsb6dLE/w-d-xo.html

  • @lakshmanikkurthi567
    @lakshmanikkurthi567 ปีที่แล้ว +1

    ma'am if we let it shows undefined why?

    • @csworldtelugu
      @csworldtelugu  ปีที่แล้ว

      I didn't

    • @jonnadhanalakshmi803
      @jonnadhanalakshmi803 ปีที่แล้ว

      Let and const variables are block-scoped, which means they only exist within the block only... The window object doesn't have access variables which are declared with let and const keywords. Then it shows undefined

  • @gangunaidu9912
    @gangunaidu9912 2 ปีที่แล้ว +1

    Promises,asnychronous js

  • @codecreator5016
    @codecreator5016 ปีที่แล้ว +2

    code snippet
    //note in javascript everty thing is object
    //we used this in different places base on point of location it will give output
    // console.log(this)
    // var x="jegini"
    // this keyword outside a object
    // console.log(this)
    // test= {
    // x:"jegini lokesh"
    // }
    // function add(a,b) {
    // sum=a+b;
    // }
    //this act like a global object if we use outside a function.
    // console.log(x);
    // console.log(window.x);
    // console.log(this.x);
    // console.log(this.test)
    //this is used inside the function.
    // function inside( ) {
    // console.log(this.x)
    // }
    // inside()
    movie={

    name:"rrr",
    hero:"ntr",
    title:function() {
    console.log(this)
    }
    }
    console.log(movie.title())
    //event listine method
    window.onload = function() {
    var d=document.getElementById('loki3');
    d.addEventListener('click',face)
    }


    function face() {
    console.log("this is from event listiner",this)

    }
    //use strit is pending

  • @dheeraj2729
    @dheeraj2729 2 ปีที่แล้ว +1

    akka please koddiga dark mode use cheyyava

  • @jalandharbandari4092
    @jalandharbandari4092 10 หลายเดือนก่อน

    this keyword works based on its scope?
    i am right?

    • @csworldtelugu
      @csworldtelugu  10 หลายเดือนก่อน +1

      Not exactly scope

    • @jalandharbandari4092
      @jalandharbandari4092 10 หลายเดือนก่อน +1

      @@csworldtelugu ok mam now i watched complete videos of this
      Thankyou , Good explanation

    • @csworldtelugu
      @csworldtelugu  10 หลายเดือนก่อน +1

      @@jalandharbandari4092 good

  • @shaikhabeebulla9710
    @shaikhabeebulla9710 ปีที่แล้ว +1

    ,"Embroiderad"