Todo List App Javascript || Javascript Tutorial in Hindi for Beginners

Поделиться
HTML-код
  • Опубликовано: 15 ноя 2024

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

  • @surajsuryawanshi864
    @surajsuryawanshi864 9 месяцев назад +4

    Best todo list tutorial

  • @theayan
    @theayan 9 месяцев назад +3

    I have watched many famous youtubers explaining javascript ,i watched 100 videos of javascript but
    Your explaining concepts is very awesome and i know my life is changing after watching this video
    Thanks a lot bro ,we will make your channel 100k

  • @SunnySunny-mh5do
    @SunnySunny-mh5do 2 месяца назад +1

    Very helpful

  • @krunal9244
    @krunal9244 8 месяцев назад +3

    Very Helpful video.. JS pe aur videos banate rahiye.. Thank you..

  • @rohitkashyap5846
    @rohitkashyap5846 3 месяца назад +1

    Thank you so much sir bahut aache se explain kiya edit bala samj he nai raha tha but aapne smja diya thank you again sir 🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏

  • @muhammadareeb5313
    @muhammadareeb5313 11 месяцев назад +3

    Nice Tutorial

  • @chinmayjain9705
    @chinmayjain9705 Год назад +4

    today, i have learnt a lot . Amazing video and very very helpful for beginners . And also useful to revise basic . Thankyou so much and i have completed whole video . I will try to make it again for practice functions . 😊☺💛💛💛

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

    watched so many videos about to do list but aapne bohot acche se aur asaan tarike se samjhaya thank u . u gain a subscriber

  • @zeeshankhan-yc4oy
    @zeeshankhan-yc4oy Год назад +1

    nice project

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

    Bohutt axha or easy explain kiya thanku so much😍

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

    Thanks for this. Nice explanation

  • @SinP33
    @SinP33 Год назад +2

    Nice step-by-step explanation. Thank you for such content.

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

    Thanks! :) It's helpull for me.

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

    Awesome, Great explanation
    thanks sir.

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

    Nice Job bro

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

    great vdo sir , but ab plz react js ka bhi course laaiye, aapke vdo se to bhot ache se smjh gya s concepts javascript ke project through, ab plz react js ka tutorial bhi laaiye aap

  • @waqasalam_007
    @waqasalam_007 5 месяцев назад

    Hello mjhe apke logic thore complex lagte hain butt concept pr grip bhttt acha hai aapka course nhin hai js pr?

  • @theidrishi
    @theidrishi 8 месяцев назад +1

    Yahi chaiye tha

  • @rishikasharma7137
    @rishikasharma7137 7 месяцев назад +1

    Hello sir , i have some queries related to javascript. Could you please guide me

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

    How to build todo app using module system
    (Use import)& (export) ????

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

    When I empty the input field and click the button, the blank data is shown on the screen. How do you think I could fix it?

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

      for this we can validate the text field. or we can show alert msg for empty like this
      //insert action
      if(name){
      userArray.push({
      'name': name
      });
      }else{
      alert('please enter the Name');
      }

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

      Fix it thank you for your response

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

    ek line me bhot saare text likh du--
    aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
    to page ki formating khrab ho ja rhi
    can u pls explain how to align

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

      Thanks for visit.
      Just use css property
      word-wrap:break-word

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

    ekbar mein itna functionality naa deke sirf add or delete dete toh samajne mein asani hoti

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

      Search feature or pagination feature bhi the isliye ek video me add, delete, display, update features bna diya or next video me pagination or search ke liye bna diya

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

    Unexpected token 'o', "[object Obj"... is not valid JSON
    at JSON.parse ()
    sir how to fix this problem plz help me

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

      www.kingofjavascript.com par maine sara code share kiya hai.. aap waha par live editor me code ko edit kar karke dekh skte hai ki kaha par problem aa rha hai. bina aapka code dekhe kaise bta skta hu ki problem kis line me hai.

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

    Why are we saving data in form of objects inside array, what is the purpose of doing that.

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

      we need only one variable to add data in local storage.
      so we used array to add multiple data in one variable.
      if you using MySQL database then you don't need array.

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

    1st time jab localStorage.getItem kaiya tab to localStorage mai save horaha tha likhin 2nd time jab recod (Application)se manually dlt karne k baad jab fir se localStorage mai save karna chahe tab kyu nhi ho raha tha. fir jab aap objStr !=null kiya tab save ho raha tha. objStr !=null a kyu kiya a to samjh aarha hai likhin pehle jab a objStr !=null na kr k bad v save kiya the save hua likhn 2nd time mai kyu nhi hua. please explain...🙏🙏🙏

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

      aap jo explanation diya khali value aarha tha isilye 2nd time save nhi ho rha tha, Likhin null value aahe kyu raha tha aap to input box mai value dal k try kar rahe the to null value kaha se , kaise / kyu aarha tha

    • @KingofJavaScript
      @KingofJavaScript  Год назад +2

      @@luke4372 thank you for asking:
      dekho localStorage.setItem('users', str); kya krta hai ki jo bhi 'str' variable me hoga use local storage (application) me store kar dega, jb jb localStorage.setItem('users', str); chlega humesha 'users' wali key par 'str' ki value store krata rhega or setItem ko koi matlab nhi ki application me pehle se values hai ya nhi, application khali ho ya bhari ho ye to purani values ko pehle delete krega or nayi value store kar dega;
      to humne kya kiya ki localStorage.setItem('users', str); chlane se pehle check kiya ki 'users' wali key par application me pehle se data hai ya nhi. jb first time localStorage.getItem('users'); chlayenge to applicaton me koi bhi data nhi hoga, to jb location storage me kucch bhi nhi hoga yani khali hai to jb localStorage.getItem('users'); chlayenge to hume null milega;
      agr aap local Storage ko manually delete krke localStorage.getItem('users') chlayenge to null milega. application me kucch bhi nhi hone ki condition me null milega;
      to hume ye krna tha ki agr application me pehle se data ho to yani wo null nhi ho to usi data ko pehle get kro or usme new data add kro or wapas use localStorage.setItem('users', str); krke application me store kar do;
      let objStr = localStorage.getItem('users');

      if(objStr!=null){
      userArray = JSON.parse(objStr);
      }
      objStr!=null ye condition check kr rha hai ki agr application me pehle se value ho to kya krenge

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

      Haan smjh Gaye and Thank you bhaiya❤❤❤ itne aache se explain karne k liya ❤

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

      @@luke4372 keep watching my videos 😊

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

      @@KingofJavaScript yes always

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

    Live demo
    Link is not working

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

      Yes, i know link is not working. I'll update as soon as possible

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

    It is not wroking

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

      check in description box, there is live demo link you can see this is working fine