Node JS in Hindi # 16 Handle Asynchronous Data

Поделиться
HTML-код
  • Опубликовано: 21 авг 2024
  • In this node js video, we will learn how to handle asynchronous data in Node js with the Hindi language. this video is made by anil Sidhu in the Node js in the Hindi Language
    steps
    Asynchronous,
    Make Promise
    Promise Handle
    code link github.com/ani...
    React js Latest Playlist in hindi : • React tutorial for beg...
    inst id: @code.steps

Комментарии • 36

  • @yasirrazzaq2036
    @yasirrazzaq2036 4 месяца назад +5

    i love your way of teaching ,thank for explaining very sort manner with depth knowledge , From Pakistan

  • @baraiyasachin9166
    @baraiyasachin9166 10 месяцев назад +2

    mei 6 mahine se promise and time out sikh raha tha alag alag channel me but aaj is 7 minit ke video me sikh gaya jo pichle 6 mahine se lagatar dekhta aa raha tha
    thank you sir, huge respect

  • @sugrivlodhi2607
    @sugrivlodhi2607 Год назад +1

    you are realy nice teacher , i love your way of teaching ,thank for explaining very sort manner with depth knowledge

  • @ahrazathar
    @ahrazathar Год назад

    Thanks..Brother Apne Node JS pura scratch se leke age badhaya hai..Great Course..
    I am from Electrical Background and going good in this..

  • @khushiramginnare4961
    @khushiramginnare4961 Год назад +3

    Hey bro,
    Thanks for your great effort, Since the beginning of this series I`m following videos and liked them. but there is a small suggestion from my side Instead of promise, there should be simple async and await because promise internally calls async and await.

  • @saifalam3430
    @saifalam3430 Год назад

    you are a nice instructor your concept is clear as compared to other instructor❤❤❤❤

  • @muditpandey8566
    @muditpandey8566 Год назад

    You are really great.. I watched this whole series.. I really learned a lot.. Its good to start your node js with this tutorial

  • @sanjaymmeharwade5862
    @sanjaymmeharwade5862 2 года назад

    your explanation is super Bro. Thank you it is Helpful me.

  • @vikashsindhania6149
    @vikashsindhania6149 Год назад

    Deep explanation, Awesome

  • @rajeshmangukiya5468
    @rajeshmangukiya5468 6 месяцев назад

    good explanation..

  • @ommapari
    @ommapari 2 года назад +1

    I will also watch complete Series with Promise

  • @purveshshende146
    @purveshshende146 Год назад

    you're amazing.
    love u bhai

  • @Ashwini17292
    @Ashwini17292 4 месяца назад

  • @MuhammadUsman-ok5vs
    @MuhammadUsman-ok5vs Год назад

    Awesome explanation

  • @saketamraotkar4438
    @saketamraotkar4438 11 месяцев назад

    very good explanation....

  • @arslaankhan2792
    @arslaankhan2792 2 месяца назад

    ❤🎉

  • @naushadhusain443
    @naushadhusain443 Год назад

    Nice explaination

  • @yadavbhargav7178
    @yadavbhargav7178 Год назад

    Good tutorial for node js

  • @BrainyBlas
    @BrainyBlas 11 месяцев назад

    Thanks

  • @shashiverma9729
    @shashiverma9729 3 года назад +1

    👍👍👍👍👍👍👍

  • @lovelymusic3549
    @lovelymusic3549 3 года назад

    Sir you are great please make a complete video on JavaScript which is required to learn react JS node JS and express, react native

  • @crazyworld573
    @crazyworld573 Год назад

    👍👍👍👍

  • @kingofdarkness9113
    @kingofdarkness9113 Год назад

    Thank you sir 🌻

  • @Philospherr
    @Philospherr 10 месяцев назад

    appriciate it

  • @ChelseaGupta-gz4ft
    @ChelseaGupta-gz4ft Год назад

    sir make video on javascript tutorial from beginner to advance

  • @priyangnasharma2521
    @priyangnasharma2521 Год назад

    Thankyou Sir

  • @Batman_69_
    @Batman_69_ 2 месяца назад

    there's no need of Promise here, just put console.log(a+b) in the setTimeout function.

  • @BhagyashriTamrakar
    @BhagyashriTamrakar 3 месяца назад

    lecture 16 completed

  • @RanveerRajSinghKhati
    @RanveerRajSinghKhati 9 месяцев назад

    ❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤👌👌👌👌👌👌👌👌

  • @digitalflows361
    @digitalflows361 Год назад +1

    one problem ha ager ap "b" ki value or lay for example b = 10, to promise bhi theek value return nhi karta
    I am waiting for your reply. Nice Course

  • @PakistanInstitute
    @PakistanInstitute 11 месяцев назад

    Ye kam jo ap is video ma bata rahe ho ye ma ik function ki madad se b kar skta ho function k ander settimeout use kar k aur bina function k b kar skta ho just settimeout use kar k aur jo apne is video ma way bataya ha promise use krne ka us se b kar skta ho sari example ma apko yaha paste kar rha ho phr muje is bat ka jawab dijiye k ma ye promise wala method he q use karo????
    let a = 20;
    let b = 0;
    setTimeout(() => {
    b = 30;
    console.log(a+b);
    }, 2000);
    console.log(a+b);
    setTimeout(()=>{
    f();
    function f(b){
    b = 30;
    console.log(a+b);
    }
    },2000);
    console.log(a+b);
    let waitingData = new Promise((resolve, reject)=>{
    setTimeout(()=>{
    resolve(30);
    },2000);
    });
    console.log(a+b);
    waitingData.then((data)=>{
    b = data;
    console.log(a+b);
    });

  • @PakistanInstitute
    @PakistanInstitute 11 месяцев назад

    ab phr se ap is video ma wahe bat bol rahe ho k Node JS 1 Asynchronous Programming Language ha ary bhai kese ha jab apne khud shoro ma kaha ha k Node JS ik programming language nahi ha wo Java Script ka code use krti ha internally ary bhai ma 1 he bat ko smjhta ho jo apne shoro ma kaha bas wahe mere dimag ma bat beth choki ha k Node JS ik programming Language Nahi ha nahi ha nahi ha wo server ko manage krne k liye server side per kam krne k liye bani ha per code java script ka use krti ha to phr ap bar bar video ma dobara galat q kh rahe ho bhai correct karo reee video ma words ko Ma Jack Maa ho kisi ki b galti ko chorta nahi ho foran batata ho k apne ye galti ki ha jese k wo fight wali video ma IP Man ko batata ha k apne ye lat galat mari the larte hoe ap har skte the...

  • @scienca7893
    @scienca7893 Год назад