#78 - Javascript Error Handling (Try, Throw, Catch) - (தமிழில்) (Tamil) | JavaScript Course

Поділитися
Вставка
  • Опубліковано 20 гру 2024

КОМЕНТАРІ • 41

  • @shirocode463
    @shirocode463 2 роки тому +4

    tip : we can add checks to handle different errors in our expectations because there are more types of errors in javascript
    use like this
    try {
    // the code runs here
    } catch (e) {
    if (e.message.includes("Not a string")) {
    console.error("This is not a string")
    } else if (e.message.includes("Not a boolean")) {
    console.error("This is not a boolean")
    }
    };
    "console.error()" is nothing but to make it show like an error, so that we can understand it easier
    btw in this "e.message", message is a property, likewise there are more properies for the "e".
    hope this helps you thanks

  • @emeraldindia2415
    @emeraldindia2415 3 роки тому +1

    Bro, at 08:11 oru throw catch method use pannirukinga, Ana multiple err throw pannum pothu epdi bro particular ah namakku venumngra err ah Mattum catch panrathu

    • @CyberDudeNetworks
      @CyberDudeNetworks  3 роки тому +1

      You can use if, switch inside the catch block: Check here: stackoverflow.com/questions/33781818/multiple-catch-in-javascript

  • @paull_reserve_acc9267
    @paull_reserve_acc9267 2 роки тому +2

    9:14 first videola appear aana trisha va kadaisi varaikkum kondu varra paathiya bro nee massu bro.. nee thaan bro theevira bakthan

  • @sivakumar-qf9gd
    @sivakumar-qf9gd 7 місяців тому +1

    Namma ya function la yallathaiyum return panroam?

  • @vijaysudhakarssnsce
    @vijaysudhakarssnsce 6 місяців тому +1

    React Course poduga broo

    • @CyberDudeNetworks
      @CyberDudeNetworks  6 місяців тому +1

      It will resume after the Modern Javascript Serieis

  • @sureshmadhavan7081
    @sureshmadhavan7081 3 роки тому +1

    Useful thing ❤️. Thanks anbu

  • @dark-em1bv
    @dark-em1bv 3 роки тому +1

    11th standard error handling Paragraph manapadam panni eluthuna bro ,ithukula ivlo information Iruka😂, thanks for the video bro❤️

    • @CyberDudeNetworks
      @CyberDudeNetworks  3 роки тому

      haha. You will learn alot more during the technology learning journey.

  • @m.k6053
    @m.k6053 2 місяці тому +1

    Super bro but konjam freshers ku solli thara madhiri sollirkalam

    • @CyberDudeNetworks
      @CyberDudeNetworks  26 днів тому

      We are releasing the new Error Handling video on 29th, Please check that.

  • @saalimhussain6635
    @saalimhussain6635 3 роки тому +1

    Hi bro,
    Do u know how to load angular using json?

  • @oviphoenix5996
    @oviphoenix5996 3 роки тому +1

    @CyberDude Networks Pvt. Ltd. Hi please can you create a video more on Javascript these are the list I need more support please?
    Variables, data types and arrays.
    Sequence (flow of execution).
    Selection (decisions).
    Iteration (loops).
    Functions and parameters.
    Classes, objects and properties.
    String manipulation.
    HTML, CSS, JSON.
    Code reuse and software quality
    If you covered some of them I will watch them but please can you do a video on these ones it would be helpful as soon as possible so I can practice some questions from the javascript book?

    • @CyberDudeNetworks
      @CyberDudeNetworks  3 роки тому

      We already have few videos on our channel. Please take a look at it.

  • @davidsusairaj1490
    @davidsusairaj1490 3 роки тому +4

    ஆஹா..ஆஹா..அடடா..
    அடிச்சு தூக்கு...
    குருவே சரணம்..

  • @NandhaKumar-yq4wc
    @NandhaKumar-yq4wc 2 роки тому +1

    bro password and name etc... ethu yellam particular formate'la(like regex) erukum'la so atha yepudi match-panni and error process handle panrathu

  • @praba8478
    @praba8478 3 роки тому +1

    Bro js ku aprm ena series panah poringa

  • @shankari-ed5lp
    @shankari-ed5lp 2 роки тому +1

    Theda theda dan thedi vandhadhu thenpadum nu solramari indha video enaku kedachiruku

  • @preethis1067
    @preethis1067 Рік тому

    what is a constructor ?

    • @CyberDudeNetworks
      @CyberDudeNetworks  Рік тому

      Please check this: ua-cam.com/video/vlB25TG2wIA/v-deo.html

  • @SathishKumar-si7xf
    @SathishKumar-si7xf 3 роки тому +1

    Broooo inum evolo playlist eruku js la reply pnunga

    • @CyberDudeNetworks
      @CyberDudeNetworks  3 роки тому

      Around 5 videos, which will be completed by this week.

  • @emeraldindia2415
    @emeraldindia2415 3 роки тому +1

    Bro Neenga neraiya function la return use panringa Ana actual ah return enna pannum nu sollave illa bro

    • @CyberDudeNetworks
      @CyberDudeNetworks  3 роки тому +2

      Check this: ua-cam.com/video/9ASNTv6Xn4A/v-deo.html

    • @emeraldindia2415
      @emeraldindia2415 3 роки тому

      @@CyberDudeNetworks thanks ❤️

    • @shirocode463
      @shirocode463 2 роки тому +1

      "return" returns what you return in code, used in some places where you have to run it inside the environment itself! also "return" is not only used for this, it is used in many places, you'll learn when you learn about "await" and "return" bro👍

  • @play_eFB
    @play_eFB 2 роки тому

    Bro react js start panunga bro ♥️

  • @yuvaganesh6321
    @yuvaganesh6321 3 роки тому +2

    Namba python solli tharuvigala

  • @Rahul-ps9jw
    @Rahul-ps9jw 3 роки тому +1

    anna , javascript la this keyword pathi detail la solluga

    • @CyberDudeNetworks
      @CyberDudeNetworks  3 роки тому +1

      Coming up next. Kindly keep watching future videos.

    • @oviphoenix5996
      @oviphoenix5996 3 роки тому

      @@CyberDudeNetworks @CyberDude Networks Pvt. Ltd. Hi please can you create a video more on Javascript these are the list I need more support please?
      Variables, data types and arrays.
      Sequence (flow of execution).
      Selection (decisions).
      Iteration (loops).
      Functions and parameters.
      Classes, objects and properties.
      String manipulation.
      HTML, CSS, JSON.
      Code reuse and software quality
      If you covered some of them I will watch them but please can you do a video on these ones it would be helpful as soon as possible so I can practice some questions from the javascript book?

  • @niyas2053
    @niyas2053 3 роки тому +1

    Hello