API request and V8 engine | chai aur

Sdílet
Vložit
  • čas přidán 7. 09. 2024
  • Visit chaicode.com for all related materials, community help, source code etc.
    #javascript #hindi
    Sara code yaha milta h
    github.com/hit...
    Discord pe yaha paaye jaate h:
    hitesh.ai/discord
    Instagram pe yaha paaye jaate h:
    / hiteshchoudharyofficial

Komentáře • 994

  • @malayakumar7188
    @malayakumar7188 Před rokem +236

    Time stamp
    2:00 - main API topic.
    8:40 - XML https concept(Ajex).
    21:49 - conversation to JSON Data.
    22:35 - Assignment.
    24:30 - v8 Engine.
    ❤❤❤
    Thank you so much for your content 🎉

  • @ppriyansh2327
    @ppriyansh2327 Před 11 měsíci +35

    I was just leaving every course in the middle when I was learning from other sources(even paid courses).
    Then I got to know about your series and within 15 days, I have reached completed 39 lectures
    and I will finish this before Ind vs Pak match.
    Thank you so much sir😇😇😇😇😇😇
    I have never praised anyone in the comment section as much as you ever since I am using YT (5 years now)

  • @aakritismn
    @aakritismn Před rokem +28

    You changed my life, I was suffering from financial problems. I wanted to do something for my family, I wanted to fulfill basic needs, by the help of your this Series, I am raising my confidence day by day...
    Thank you so much sir 😊
    This series is very helpfull sir

    • @Ayushkumar-09
      @Ayushkumar-09 Před 6 měsíci

      Hope you do better in your life ahead

    • @AyushRaj-rr1hc
      @AyushRaj-rr1hc Před 3 měsíci

      hope, now you have joined a company as software Engineer,
      It would be helpful if you guide me what else did you prepare for cracking a job

  • @ayandippaul3108
    @ayandippaul3108 Před 5 měsíci +10

    I've heard people say, "If something's free, you're the product," and it got me thinking about your videos.
    I've been quietly watching and learning from them, even though I've never commented before. Your teaching style is awesome and easy to follow. Thanks for being such a great teacher!❤
    Sir please reply 🥺

  • @kritagyaprasad7230
    @kritagyaprasad7230 Před rokem +125

    sir respect+++++++++++++++++++++++++++++++++++++

    • @programmers3669
      @programmers3669 Před měsícem

      +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

  • @mollahasim9987
    @mollahasim9987 Před rokem +25

    V8 engine -- timestamp 23:18 as per Hitesh Sir , very well understanding video about console. log and story of previous API model . We will want next video very soon sir ji ❤

  • @soniyaprasad77
    @soniyaprasad77 Před 9 měsíci +32

    Allow me to take this moment to extend my heartfelt gratitude once again, specifically directed to your teaching way, Hitesh sir.

  • @Rishav786
    @Rishav786 Před rokem +40

    Love you sir, You changed my life, I was suffering from financial problems. I wanted to do something for my family, I wanted to fulfill basic needs, by the help of your this Series, I am raising my confidence day by day...
    Thank you so much sir 😊

  • @shoaibhasan4026
    @shoaibhasan4026 Před rokem +13

    I am incredibly grateful to have such an exceptional mentor who has been guiding me through the world of JavaScript. Sir teaching style is impeccable, making complex concepts seem effortless and approachable...❤❤❤

  • @anmolvashisth5809
    @anmolvashisth5809 Před 9 měsíci +6

    best series jo maine ab tk dekhi h thank you for that and please aage bhi aisse hi banate rahiye......

  • @SumiTShArmA-sp4ih
    @SumiTShArmA-sp4ih Před 10 měsíci +3

    Love you most sir, Thanx for your hardwork for making us JavaScript Programmer

  • @user-ek6to2wf2u
    @user-ek6to2wf2u Před rokem +9

    API requests and the V8 engine are two separate concepts, but they are both relevant to web development, particularly when working with JavaScript.
    API Requests:
    An API (Application Programming Interface) is a set of rules and protocols that allows different software applications to communicate and interact with each other. In the context of web development, APIs are commonly used to request and exchange data between a client (usually a web browser or a mobile app) and a server.
    API requests are a way for the client to request specific data or perform certain actions from the server. This is typically done using HTTP methods like GET, POST, PUT, DELETE, etc. The client sends a request to the server, and the server responds with the requested data or performs the requested action.
    For example, in JavaScript, you can make API requests using various methods, such as the fetch() function or libraries like Axios or jQuery. Here's a simple example using fetch():
    javascript
    Copy code
    fetch('api.example.com/data')
    .then(response => response.json())
    .then(data => {
    // Process the data received from the API
    console.log(data);
    })
    .catch(error => {
    console.error('Error fetching data:', error);
    });
    V8 Engine:
    The V8 engine is an open-source JavaScript engine developed by Google. It is at the core of many modern web browsers, including Google Chrome and Chromium-based browsers, as well as Node.js. The primary purpose of the V8 engine is to execute JavaScript code in these environments.
    The V8 engine is responsible for translating JavaScript code into machine code that the computer's processor can execute. It uses Just-In-Time (JIT) compilation to optimize the performance of JavaScript execution.
    Because of its efficiency and speed, the V8 engine significantly improves the performance of JavaScript applications and allows developers to build complex and high-performance web applications.
    In summary, API requests and the V8 engine are both essential components of modern web development. API requests enable communication and data exchange between clients and servers, while the V8 engine optimizes the execution of JavaScript code, making it possible to build fast and efficient web applications.

  • @shubhamrathod9249
    @shubhamrathod9249 Před 7 měsíci +4

    plz bring more such videos, there are only few youtubers who bring such in depth tutorials like you. Thank you for you efforts

  • @user-gg9tk5hc2h
    @user-gg9tk5hc2h Před 5 měsíci +2

    sir jitna bhi thanx ya shukriya krna chaho to kam h pr course top notch h....

  • @jags_01
    @jags_01 Před 3 měsíci +3

    amazing series sir , please make series for css also,i anybody else feels the same , make it reach our mentor

  • @amit16_01
    @amit16_01 Před 4 měsíci +1

    I'm glad to learn this in 2024, since 2years before this type of content is not available in the youtube. Every youtuber just showing general concept.

  • @NaveenKrYadav597
    @NaveenKrYadav597 Před rokem +5

    Thanks a lot a Sir🙏
    For your continuous videos on JS, we hope this is continue for ReactJS as well.🎉

    • @paulaneesh7
      @paulaneesh7 Před rokem +2

      Your wish has been listened
      Sir has started with his Reactjs series

  • @ramansworld3879
    @ramansworld3879 Před 11 měsíci +44

    @22:35 Assignment
    Card HTML :

    John Doe
    Architect & Engineer

    CSS For Card
    .card {
    /* Add shadows to create the "card" effect */
    width: 500px;
    height: 600px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    }
    .container {
    padding: 2px 16px;
    }
    JS Code :
    After you fetch data :
    document.querySelector(".card img").setAttribute("src" , `${data.avatar_url}`);
    document.querySelector("h4").innerHTML = `${data.name} , Followers : ${data.followers}`;
    document.querySelector("h4").style.fontWeight = `bold`;
    document.querySelector("p").innerHTML = `${data.bio} ${data.blog}`

    • @MohsinKhan-wv3ep
      @MohsinKhan-wv3ep Před 10 měsíci +4

      Bhai button kaha hai

    • @oumpatel024
      @oumpatel024 Před 9 měsíci +1

      @@MohsinKhan-wv3ep


      Document

      .card {
      /* Add shadows to create the "card" effect */
      width: 500px;
      height: 600px;
      box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
      transition: 0.3s;
      }
      .container {
      padding: 2px 16px;
      }




      John Doe
      Architect & Engineer


      const requestUrl = 'api.github.com/users/hiteshchoudhary'
      const xhr = new XMLHttpRequest();
      xhr.open('GET', requestUrl)
      xhr.onreadystatechange = function(){
      console.log(xhr.readyState);
      if (xhr.readyState === 4) {
      const data = JSON.parse(this.responseText)
      document.querySelector(".card img").setAttribute("src" , `${data.avatar_url}`);
      document.querySelector("h4").innerHTML = `${data.name} , Followers : ${data.followers}`;
      document.querySelector("h4").style.fontWeight = `bold`;
      document.querySelector("p").innerHTML = `${data.bio} ${data.blog}`
      }
      }
      xhr.send(); // to call open()

    • @hharinadh7856
      @hharinadh7856 Před 7 měsíci +2

      Thanks bhai!

    • @TradingTales
      @TradingTales Před 6 měsíci +1

      not worrked

    • @user-yo7on3pw9r
      @user-yo7on3pw9r Před 2 měsíci

      @@TradingTales



      Document

      .data {
      width: 500px;
      height: 600px;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
      transition: 0.3s;
      color: red;
      }
      .images {
      height: 15px;
      width: 20px;
      }
      .name{
      color: red;
      }










      const requestdata = "api.github.com/users/hiteshchoudhary";
      const xhr = new XMLHttpRequest();
      //console.log(xhr)
      xhr.open("GET", requestdata);
      xhr.onreadystatechange = function () {
      console.log(xhr.readyState);
      if (xhr.readyState === 4) {
      const data = JSON.parse(this.responseText);
      console.log(data.followers);
      let foll = document.querySelector(".follower");
      const name = document.querySelector(".name");
      const image = document
      .querySelector("#images")
      .setAttribute("src", `${data.avatar_url}`);
      name.innerHTML = `${data.name}`;
      foll.innerHTML = ` Follwer: ${data.followers}`;
      }
      };
      xhr.send();

      sorry for late reply 😟😟

  • @ratansharma8026
    @ratansharma8026 Před 3 měsíci +2

    You are awesome, thank you for providing such quality for free.

  • @saqibullah7286
    @saqibullah7286 Před rokem +3

    Sir hum bas es intizar m hoty hai kabb new video ayega 😭😭....Your way of teaching is unmatchable ❤️❤️....Love from Pakistan 🇵🇰🇮🇳

  • @banditkov2453
    @banditkov2453 Před rokem +2

    not only you explained the concept intricately, but also aspired to learn from fundamental basics.

  • @akyadavhere
    @akyadavhere Před rokem +5

    Thanks a lot sir... No one on YT has taught in so much depth. Thanks again for your great work

  • @baluramk6
    @baluramk6 Před rokem +2

    One of the best JavaScript series❤ in hindi. Ye series pahle mil gyi hoti toh hum bhi aaj aapke sath work kar rahe hote.😆 Samajh nahin aata abhi bhi studenta aur freshers sirf java script aur react sikhne ke liye aankho par patti bandh kar mahange mahange courses aur bootcamp join kar lete hain. Jab ki best content youtube par available hain. Thank you Hitesh sir for 🙏🙏

  • @Nilkant_warle
    @Nilkant_warle Před rokem +4

    thak you sir it''s raly better than any paid course💕

  • @Dev-Phantom
    @Dev-Phantom Před 7 měsíci +2

    Enlightening Lecture, Never knew so much stuff is behind the hood. Thanks for sharing the Knowledge, and as always Best lecture Ever.

  • @IslamicPoint8210
    @IslamicPoint8210 Před rokem +3

    Sir please start react course . You are great sir.👍👍

  • @nainsirajput037
    @nainsirajput037 Před 4 měsíci +1

    best javascript series on whole youtube .. salute to this man

  • @suryapratap_bit
    @suryapratap_bit Před rokem +3

    Bhaiyon share bhi karo, jayda subscribers honge to video jaldi jaldi ayegi. 😅

  • @deepurider3554
    @deepurider3554 Před 11 měsíci +2

    This is my first comment on youtube. By the way I am a developer. I just picked a random video about javascript and found your video. Your efforts are much higher. I know that it is difficult to teach others in depth about something. You are able to create that teaching environment even in the virtual world. That's great man. Thank you for this content.

  • @subratkumarnayak2560
    @subratkumarnayak2560 Před měsícem +1

    thank you so much sir for these videos, it helped me learn js in depth

  • @SandeepDhama
    @SandeepDhama Před 10 měsíci +2

    Sir mujhe thoda late mila aapka channel but ab bahut fast aur with notes and projects complete kar raha hoon. Dekhta hoon backend ko kab tak pakad paata hoon... 😊😊

  • @adhiraj2461
    @adhiraj2461 Před 8 měsíci +2

    00:06 Kamal is teaching in-depth JavaScript in a free CZcams series
    01:57 API is a means of communication between different systems.
    05:38 The object has two properties: 'result' and 'info'
    07:20 Making API requests and the use of Fetch in JavaScript
    11:01 AJAX request is sent using the XMLHttpRequest object.
    12:55 Understanding how to make API requests in JavaScript
    16:54 Understanding the process of tracking state changes in JavaScript
    18:44 Understanding the context in JavaScript
    22:18 JSON is used to convert a string to an object and can be used for extracting followers and creating a card with photo and follower accounts.
    24:04 The V8 engine is written in C+plus and provides debugging tools and AP access.
    27:18 Learn how to use the console in the browser inspector element
    29:04 Summary

  • @ArslanAhmed
    @ArslanAhmed Před 8 měsíci +1

    I successfully accessed API data for the first time in my life! This feels like a significant achievement for me, and credit goes to your excellent teaching style. When you were explaining 'Console.log,' I was looking at your face in sheer amazement. It's rare to find someone who makes complex topics so understandable. Your passion for teaching truly shines through.

    • @physchopath8742
      @physchopath8742 Před 8 měsíci

      Hey i couldn't understand what sir has taught in this lecture can you tell me from where else should I get my basics cleared for this video? Please

    • @physchopath8742
      @physchopath8742 Před 8 měsíci

      @ArslanAhmed

  • @mrHock86
    @mrHock86 Před 2 měsíci

    Continuining day 14th in javaScript. Yesterday I have started leetcode js problem solving and this course is helping me so much because of Hitesh Sir, Thank you so much sir ji for this amazing course.

  • @bestahmadff580
    @bestahmadff580 Před 3 měsíci

    Sir aap ki videos un coders ke liye zyada faydamand hai jo basic coding jante ho
    Mai khud hi jab pahle start Kiya tha to aap ki videos utni samajh nahi aati thi fir apna college pe gaya aur wahan se thoda Sikh ke aaya to ab bahut maza aa raha hai dil guarden guarden ho raha hai ❤❤❤❤

  • @pranaydas1271
    @pranaydas1271 Před 5 měsíci +1

    we really fill happy to be an indian where there have such a people who had a good heart for helping needy students

  • @muteenahmad02
    @muteenahmad02 Před 2 měsíci

    one of the best course in javascript. Thanks very much for giving such a great and depth knowledge in Javascript. 😍

  • @For_Indian937
    @For_Indian937 Před měsícem

    thank you sir , for this amazing series, i started watching code with harry video, but soon i realized that, it will be not that much effective, so i search other tutorial, luckily my friend suggest your video, i can definitely say that this series is best on youtube for javascript

  • @parmjeetmishra2
    @parmjeetmishra2 Před rokem +1

    Wow .. The Minute you said ,,, Make a Github card. -> I pause the video and created a Github card from the api. then I resumed the video watch the rest of the lecture.
    I can't believe this.

    • @cageMK
      @cageMK Před 7 měsíci

      kindly provide the code

  • @supriyaghanekar3904
    @supriyaghanekar3904 Před 13 dny

    Best series in JS..thank u so much

  • @adnanaliSDE
    @adnanaliSDE Před 6 měsíci +1

    The best JS series I have learnt from so far.To the point and production grade❤

  • @aryanbhatt5934
    @aryanbhatt5934 Před měsícem

    0:42 sir we are loving this series and not only this series but the whole content and knowledge you are providing. These videos are just flawless.

  • @AbhishekSingh-lb8mj
    @AbhishekSingh-lb8mj Před měsícem

    best series for javascript on youtube

  • @karanveerseniarey7223
    @karanveerseniarey7223 Před 3 měsíci +1

    "Marvelous Job Sir".

  • @chiragkapoor2808
    @chiragkapoor2808 Před 15 dny

    Content is really Amazing .Thankyou so much Sir

  • @user-iv9mx7md8q
    @user-iv9mx7md8q Před 6 měsíci

    Hitesh sir abhitak mai series bana raha hu, jab start kiya tab laga ki complete kar paunga ya nahi, itna indepth pacha paunga ki nahi, lekin start kar diya all is well bolke, aur abhi bohot confident fill kar raha hu, js me maine issse pehele bhi js kiya hai , lekin itna depth aur interview point of view se kisne bhi nahi padhaya, apne bohot indepth leke gaye hai iss series me , mai 1 saal baad series dekh raha hu, aur khud khud par khud rojana practice ka man hota hai, thanks for your efforts.

  • @rohitdongare4727
    @rohitdongare4727 Před rokem +1

    sir Maine aaj tak konsi bhi programming related series continue nhi dekhi jitni apki dekhi, you are motivation sir for me. Thanks sir for putting your entire experience and efforts in this series , expecting same in react series. Thanks Again😇😇.. LOve from Maharashtra

  • @jayraskar
    @jayraskar Před měsícem

    By far this is the best series to learn javascript 😍😍

  • @ashok-bhaargaw
    @ashok-bhaargaw Před 10 měsíci +1

    Chay wale bhaiya,
    I appreciate. bahut accha content he. Thank you so much for all the videos.

  • @Veecast247
    @Veecast247 Před rokem +2

    Thank you,, sir for this js series please continue in-depth videos and easy explanation difficult concepts

  • @Maya-hay
    @Maya-hay Před měsícem

    Phenomenal work, really grateful ❤, 1000 times better than paid courses. Thank you.

  • @hardeepsingh-nd6sm
    @hardeepsingh-nd6sm Před měsícem

    🙏Thanks for explaining in easy way!!

  • @MrNYT
    @MrNYT Před 21 dnem +1

    OMG ,
    Amazing lot of love

  • @user-um6yn8kj3u
    @user-um6yn8kj3u Před 26 dny

    excellent teaching , no words !!

  • @KruelGodGaming
    @KruelGodGaming Před 6 měsíci

    all the explanation till here is master class. I have gained so much confidence on my JS skills. before this i have tried to gain Js knowledge from many other sources and failed and now i am building Ecomm website as project ... all thanks to you ....

  • @SachinSingh-yj4vf
    @SachinSingh-yj4vf Před rokem +1

    Urrr very good human being view bhale hi kam jti h vdios pr but jo apko jnte h o dil se apko mante h

  • @atech369
    @atech369 Před 6 měsíci +1

    Amazing series' on javascript.... Thanks to hitesh sir

  • @Prernachaturvedi8720
    @Prernachaturvedi8720 Před 2 měsíci

    U r the best teacher on CZcams I shared ur videos in my watsapp group .. everyone starts watching ur video

  • @ayushrajput6108
    @ayushrajput6108 Před 19 dny

    I have learned lot of things about javascript

  • @aakankshabamniya7769
    @aakankshabamniya7769 Před 9 měsíci +1

    Hello sir , first of all your an amazing educuator , i have learned JS from your chai and javascript but my humble request to you please aap AWS course ki playlist banaye , I really want to learn from you .

  • @priyankasaini7204
    @priyankasaini7204 Před 11 měsíci +2

    I don't have words to thankyou. I tried to learn javascript from many sources , but everytime It seemed to me that I can't learn it , it is not for me, but after watching your series, I am a bit emotional🥺 , don't have words to express my feelings , feeling blessed . Thankyou sir🥳 for creating such an insightful course for students like us .

  • @omasvlog3273
    @omasvlog3273 Před 2 měsíci

    unbelievable consistency and teaching skill

  • @sameershekhawat8815
    @sameershekhawat8815 Před 3 měsíci +1

    best series for JS on youtube 💥

  • @sriramsahoo8601
    @sriramsahoo8601 Před 4 měsíci

    The best javascript series at this youtube platform...

  • @hriteshsaha348
    @hriteshsaha348 Před 6 měsíci

    Honestly speaking, this is better than any other course on JavaScript out there. Actually, it is far better than any paid course also. Huge respect for you, sir, for providing us this kind of in-depth content.

  • @macintoshnadim
    @macintoshnadim Před 24 dny

    Best series ever i have seen in js.Thanks Chai aur code

  • @deekshatiwari9623
    @deekshatiwari9623 Před 3 měsíci

    You are amazing I love this course series, Thankyou for sharing such amazing Knowledge. Very Thankful to you as you are sharing this for free.... so great content.

  • @sidrayousaf2461
    @sidrayousaf2461 Před 8 měsíci

    Really sir we can't learn too much in any paid course as we learned in this course, I have watched all series videos competelty and now I am 100 percent confident to write a javascript code happily, Thanks a lot sir you are great man, may God bless you.

  • @olalabroolala3030
    @olalabroolala3030 Před 2 měsíci

    Thank you so much sir I am completing this full series, and it was amusing, one of the best series I have ever seen

  • @user-vm4lx1xj8k
    @user-vm4lx1xj8k Před 2 měsíci

    #world-best-quality-CHANNEL..........
    LOVE YOU SIR - for the great quality video

  • @MuhammadArslan-px1sm
    @MuhammadArslan-px1sm Před 11 měsíci

    0:17 g sir ap sahi farma rhe hn meine 2 series javascript ki already dekh rakhi hn lekin jitna depth mei aap parhatey hn utna koi nhi parhata . sab basic data types aur basic operation bta kr chhutti kr lete hn. Sir you are love ❤. Thank you very much for your efforts

  • @NandiniKumari-o9t
    @NandiniKumari-o9t Před 2 měsíci

    BEST JAVASCRIPT SERIES👌

  • @sakshamshrivastav4960
    @sakshamshrivastav4960 Před 3 měsíci

    Many online free course providers say that they can't offer everything for free, but you are providing it.

  • @prajapatividhan4058
    @prajapatividhan4058 Před 5 dny

    one of the best series for js

  • @Niteshmaurya1234
    @Niteshmaurya1234 Před 10 měsíci

    Thank You sir very much aapne to aag laga diya youTube pe mai 8 ghante aapke hi channel par rahta hu

  • @mavulousgamers2910
    @mavulousgamers2910 Před dnem

    you are really helping a lot of people ; 💕

  • @sandeepjaiswar4990
    @sandeepjaiswar4990 Před 3 měsíci

    My finger goes to that like video as soon as I start watching the video, the best series from the best tutor

  • @Hemant_here
    @Hemant_here Před rokem +2

    I want to say Thank you for this knowledgeable series 😄😄😄😄

  • @ayushkumar2436
    @ayushkumar2436 Před 5 měsíci

    it took me 1.5 hr to grasp this video completely
    pajji tussi great ho

  • @dibbyarupdutta3525
    @dibbyarupdutta3525 Před 6 měsíci

    Thank you so much Hitesh Sir, previously I used to just browse youtube and watch content. Now the only content I watch is that of software engineering. Thank you for this beautiful course for absolutely free.

  • @aloksoni4328
    @aloksoni4328 Před 7 měsíci

    Your video has been very helpful to me. Even though I have 5 years of experience in web development, there is still a lot to learn. Thank you.

  • @BitFire007
    @BitFire007 Před 6 měsíci

    "Chai aur Code, your videos are the highlight of my JavaScript learning journey. Simply outstanding!"

  • @kazitanim007
    @kazitanim007 Před 8 měsíci

    Great teaching , This series is getting more interesting day by day. Please don't stop making this kind of wonderful tutorials.

  • @stag_world
    @stag_world Před rokem

    Sir Jo cheej hamane kahi se nahi Jani vo apke pas ake itna easy samjha me agya PTA hi nahi chala ❤❤
    Love you sir ❣️❣️🙏🙏🙏

  • @niteshchaurasiya1531
    @niteshchaurasiya1531 Před 4 měsíci

    Aisa superb video paid coarse me bhi nhi hota , Thank you very sir .

  • @NoName-vg8vf
    @NoName-vg8vf Před 2 měsíci

    I did never understand API before, thanks a lot sir.

  • @tarunsikarwar
    @tarunsikarwar Před rokem +2

    great series of javascript. soon make a good series of React in depth level.

  • @RajKumarSingh-bq6ji
    @RajKumarSingh-bq6ji Před měsícem

    Sir, love your way of teaching sir❤❤

  • @shreearjun4576
    @shreearjun4576 Před 2 měsíci

    Superb It a great path for Learning, Thank you for your contribution.

  • @suyashjain3223
    @suyashjain3223 Před 3 měsíci

    Congratulations For 300K Subscribers Sir!! Many More to come!!🔥🔥

  • @swapniljain7749
    @swapniljain7749 Před měsícem

    आपके निष्काम कर्म के लिए बहुत बहुत धन्यवाद

  • @CodewithBhatti
    @CodewithBhatti Před 2 měsíci

    Awesome Content sir. Love to learn from you ❤

  • @shortsviral359
    @shortsviral359 Před 6 měsíci +1

    Best series ❤❤❤

  • @MeenakshiBisht-wz9rs
    @MeenakshiBisht-wz9rs Před měsícem

    Thank you bhaiya for this amazing series ❤

  • @shrutsureja4710
    @shrutsureja4710 Před 11 měsíci +1

    Thanks a lot sir. Got a tons of new knowledge. Sir, do make even more videos like this ❤

  • @universalbeats.....8242
    @universalbeats.....8242 Před 3 měsíci

    Best Series in CZcams

  • @perfectcopy3895
    @perfectcopy3895 Před rokem +1

    Bhaiya this series is just Osm:)
    Aur achi achi dusri series v lao aap jaldi jaldi💯

  • @salmanmughal2763
    @salmanmughal2763 Před 10 měsíci

    Thank you so much hitesh. Your teaching style is very dominating and we are learning slowly but our concepts are concrete. We have strong foundations and will be competent. Btayeingy sb ko hitesh se parh k aye hein. I got some data from an api from some website i dont know which one was it. I displayed specific data in my List items (Nodelist) of HTML file. I am very happy that i am learning quite fluently. LOVE FROM PAKISTAN

  • @tejashvats6811
    @tejashvats6811 Před 8 měsíci

    I can't stop myself from completing this series ,thank u sir this incredible course teaching for free.please make videos on node js also

  • @BittuKumar-wm5zb
    @BittuKumar-wm5zb Před 5 měsíci

    Truly the best javascript series on internet.