Introduction to DOM | Document Object Model | The Complete JavaScript Course | Ep.51

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ม.ค. 2025

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

  • @Afaqplanetscale
    @Afaqplanetscale 6 หลายเดือนก่อน +13

    MashAllah ❤
    Mene itna talented banda abhi tak nahi deka.
    Respect from Pakistan

  • @chetandewalkar4542
    @chetandewalkar4542 9 หลายเดือนก่อน +3

    I have seen several videos regarding this topic but not getting confidence of this level that I got after watching this video. Now I feel very much confident, satisfying and clear... Thank you so much sir for providing this basic but most important knowledge to us 🙏

    • @procodrr
      @procodrr  9 หลายเดือนก่อน +3

      I'm glad you're getting confidence through my videos.
      Keep learning and sharing 😊

  • @tpadma7419
    @tpadma7419 9 หลายเดือนก่อน +3

    all concepts are covered in depth.......very useful video

  • @shushilvishwakarma498
    @shushilvishwakarma498 8 หลายเดือนก่อน +4

    Gajab, aapke jaise teacher ki kaafi jarurat hai.. amazing teaching

  • @Collecting_one_piece_fan
    @Collecting_one_piece_fan 3 หลายเดือนก่อน +3

    Day 24: video 51 completed ....thank you sir making such great Video 😊..
    17 video left for first project... excitement is on the peak 🎉🎉

  • @kapilrana4043
    @kapilrana4043 10 หลายเดือนก่อน +2

    Very nice Introduction of DOM thanks bhai aajtak DOM samajh nahi aaya aapki video se revise kar raha hu ache se samajh aaraha hai

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

      Awesome, keep learning and sharing 😊

  • @nehagawali461
    @nehagawali461 7 หลายเดือนก่อน +2

    Sir, I am a backend developer, mostly working with PHP, WordPress, CodeIgniter, and Laravel. However, because of you, I have fallen in love with JavaScript, and now I want to learn Angular and React as well. Thank you so much sir🙏

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

    Excellent Playlist Anurag everything taught in detail. You are helping by doing such vedios Thank you so much

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

      Glad you're finding the course helpful! Keep learning and growing 😊

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

    Thank you sir this is the most comprehensive Dom tutorial thank you sir.

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

      Awesome 👍
      Keep Learning.

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

    pehly jonas smithmann ka course dekhra tha wo boht level ka smjhata but english my hai jb k meri mother language Urdu/Hindi h to achanak 1 din anurag bhai ki video dikhi wo 7 month web dev wali to wo dekhi mene dinner krty huye tb e mje lga ye bnda same mere wali situation btara hai to tbhi mene play list check ki or mje itna dukh hua ye jan kr k mujhe pehly kyu ni is bndy ki videos mili idhr sb available hai yr mene jonas ka 30hour krlia tha course lkn anurag bhai ka mene shuru kia pichla sara revise kia or boht acha kam krwaya bro ap ny ab me idhr 51 epi pe agya love u hogya yr ... next mene react b krni or css b revice krni or tailwind b krni bhai apka watch time bhrana meri zimadari hai hehehhehehhe .... thanks alot ❤❤😂😂

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

    i watched alot of videos but this is best

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

    You Deserve more views and more subscriber very helpful video😍. Sare doubts clear ho gaye...
    Thank you sir...

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

      Awesome, keep learning and sharing 😊

  • @manishasaini307
    @manishasaini307 5 หลายเดือนก่อน +4

    Conpleted 51 🎉🎉
    Thankyou bhaiya

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

    thanks guru ji for amazing explaination

  • @adityasinghh04
    @adityasinghh04 9 หลายเดือนก่อน +4

    Episode 51 completed bhaiya ji. Good Night bhaiya ji.

  • @GauravSingh-id2mf
    @GauravSingh-id2mf ปีที่แล้ว +2

    Thanku bhai ji for giving concept

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

    Masterpiece 🔥

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

    innerText : sirf visible text ko retrieve karta h
    textContent: sabhi text ko retrieve karta h chahe visible ho ya hidden

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

    Very useful video Sir.

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

    Just awesome tutorial

  • @Dipanshutripathi2407
    @Dipanshutripathi2407 5 หลายเดือนก่อน +2

    Inner Text => it includes css styles , slow performance eg it will not show text if it is given style display none
    textContent => it excludes all css styles , faster performance eg it will show text even if it is given any style
    Example =>
    This is visible text.
    This is hidden text.
    const div = document.getElementById("myDiv")
    console.log(div.textContent); // Output: "This is visible text. This is hidden text."
    console.log(div.innerText); // Output: "This is visible text."

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

    ise kehte hai sikhana love u sir

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

    Thanks for this video 😊easy to understand

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

      Awesome, keep learning and sharing 😊

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

    I like your content to much tnx sir ❤❤

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

    inner text returns only the text that is visible by the user whereas in text content the text that is either hidden (display: none) or (visibility: 'hidden') is also visible

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

    innerText se to hum dekh nahi sakte hai tags ko, or textContent se hame hidden chije bhi dikhti hai jaise ki " agar mene likha
    ye line" then with the help of textContent se esa dikhega " agar mene likha
    ye line" ye difference hai dono me. 35:00

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

      Yes 👍

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

      @@procodrr baad me dekha tha to samajh aa gaya tha ki sahi tha me, baaki seekh to aap se hi raha hu..😊😊

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

    awesome lecture... thanks

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

      Great, aise hi seekhte raho aur is course ko sare students tak pahuchao. Sbhi ko zaroorat hai iski.
      Keep learning and sharing 😊

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

    Supperb Sir❤❤

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

    Great Video
    Sir if possible please make a detailed video on CRP

  • @DeepakJadiwal
    @DeepakJadiwal 10 หลายเดือนก่อน +5

    Hey, it's a Frontend Developer. Please check your headline....😊

    • @procodrr
      @procodrr  10 หลายเดือนก่อน +7

      I have written Frondend 😀

    • @DeepakJadiwal
      @DeepakJadiwal 10 หลายเดือนก่อน +3

      @@procodrr That's ok 🔥🔥I watched your video and just wanted to connect with you.

    • @ParasProgramming123
      @ParasProgramming123 7 หลายเดือนก่อน +2

      ​@@procodrr can I use these same DOM methods in react too?

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

    difference b/w innertext & text content is/are:
    innerText only returns visible text content of a html element object
    textContent returns actual text content of a html element regurdless of its visibility

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

    Sir text content property list paragraph and heading vagera ko change kr deti hai

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

    sir , in console we can use only dir()

  • @pradeepsinghchouhan4683
    @pradeepsinghchouhan4683 7 วันที่ผ่านมา +1

    humare neta kese ho 'anurag bhaiya' jese ho

  • @trainerdevesh
    @trainerdevesh 5 หลายเดือนก่อน +2

    I directly jumped from the forEach video to this video but surely the watch left off the video after sometime ..is it okay??

  • @RaviKumar-zb8bl
    @RaviKumar-zb8bl ปีที่แล้ว +2

    u r GOD sir

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

      ♥️😊

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

    sir thank you so much

  • @Ultragamers31
    @Ultragamers31 6 หลายเดือนก่อน +2

    Mein function thk sari video dekh ky direct dom py ah gaya zeda ahm ye hi lagtha hai mujy

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

    sir how we can access attributes of children by console

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

      I will reach that in upcoming videos.

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

    Sir angular.js bi sikha dain

  • @RajivRanjan-w6b
    @RajivRanjan-w6b 8 หลายเดือนก่อน

    bhai dom tree ko aisey paid course mai v nai explain krte hai...

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

    completed

  • @MOHDANAS-nj9hk
    @MOHDANAS-nj9hk 10 หลายเดือนก่อน

    Sir please mern stack laye

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

    bhai kya padate ho ap

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

    ❤❤❤

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

    Hello world!
    let element = document.getElementById("example");
    console.log(element.textContent); // Output: Hello world!
    console.log(element.innerText); // Output: Hello !

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

    document.body.children[0].innerText="hello world";