#07 - ES6+ JavaScript Array Methods in Tamil - (Part 1) (தமிழில்) | Modern JavaScript in Tamil

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

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

  • @voiduerduno9945
    @voiduerduno9945 9 месяцев назад +7

    Very useful, please continue uploading.

  • @sathiyapriyan382
    @sathiyapriyan382 9 месяцев назад +2

    Its very useful bro, i have merge multiply arrays with laptop and computer brands
    //merge multiple arrays
    const ComBrands = ['Dell', 'HP', 'Lenovo', 'Acer']
    const LapBrands = ['Apple', 'Asus', 'Sony', 'ThinkPad']
    // 1. concat method
    const listBrands = ComBrands.concat(LapBrands, 'Toshiba')
    console.log('concatation o/p',listBrands)
    // 2.spread operator
    const outputsbrands = [...ComBrands, ...LapBrands, 'logi']
    console.log('spread operator o/p',outputsbrands)
    //3. [] - in push
    const newlapshown = []
    newlapshown.push(...ComBrands, ...LapBrands, "mi")
    console.log('push method', newlapshown)

  • @karthicksuresh7832
    @karthicksuresh7832 9 месяцев назад +2

    Wow. Thanks.. Expecting more uploads from you. Thanks Anbu.

  • @JayakumarShanmugam-ln2mx
    @JayakumarShanmugam-ln2mx 25 дней назад

    Brother, your videos are really helpful to understand the concepts of JS.
    The only thing I can't understand is why you are this much underrated...!

    • @CyberDudeNetworks
      @CyberDudeNetworks  23 дня назад +1

      Thanks for your comment. Because, people like fancy things. Most people want to learn everything under 30mins. Athuvae detail ah pota, they feel bore.. 🥲

  • @kviral2774
    @kviral2774 8 месяцев назад

    bro...react concepts ah varalaye bro...eppo start panna poringa ?...ES6 tha poitu iruku ?

  • @iyyanarprakash4473
    @iyyanarprakash4473 7 месяцев назад

    can you share about the service worker feature in javascript.

  • @abithetchana3425
    @abithetchana3425 9 месяцев назад +1

    Thank u for the video anbu

  • @SpacestarsIN
    @SpacestarsIN 9 месяцев назад +2

    Cool. put more videos.

  • @motupatlutamil3301
    @motupatlutamil3301 7 месяцев назад

    Super anbu

  • @sivakumar-qf9gd
    @sivakumar-qf9gd 3 месяца назад +1

    Sperad moolama object ku ulla irukura value mattum vanganum

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

      You can extract information using destructuring, What you want is called, Object Destructuring..

    • @sivakumar-qf9gd
      @sivakumar-qf9gd 3 месяца назад

      Thanks brooo

  • @kumarnaveen6388
    @kumarnaveen6388 9 месяцев назад +1

    Bro html css and js roadmap mari oru video la podunga

    • @vampstdm3953
      @vampstdm3953 9 месяцев назад +2

      W3schools la paaru bro

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

      Sure meanwhile this is the roadmap we will suggest: HTML, CSS, CSS Flexbox, CSS Grid, Bootstrap, TailwindCSS, Javascript, Javascript DOM, Modern Javascript Series, React JS.
      We will put a video on that shortly.Thanks.

  • @annamalaig1429
    @annamalaig1429 9 месяцев назад +1

    Good video.

  • @m.kannan6826
    @m.kannan6826 9 месяцев назад +1

    Sir theme ku enna extension use pandringa 😮

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

      Its our custom theme called "CyberDude Theme". You can download it here: marketplace.visualstudio.com/items?itemName=AnbuselvanRocky.cyberdude-theme

  • @zaseeboy22
    @zaseeboy22 9 месяцев назад +1

    Bro konjo fastah ela partum post panna nalarkum kindly req❤

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

      We will try out best to post every content in a fast manner.

  • @FreakyYas
    @FreakyYas 9 месяцев назад +1

    sir ungha headset name yenna

  • @shanmugammn9283
    @shanmugammn9283 9 месяцев назад +1

    Hi sir