JavaScript for Beginners - Arrays

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

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

  • @RoeGabriel_i_EMPOWER
    @RoeGabriel_i_EMPOWER 2 года назад +2

    More arrays please. I don’t know how you do it but it break it down so well that it’s so easy to understand. Thank you!

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

      Thank you for watching! 😀

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

    More Arrays, with a real-life example. Again, you are an amazing teacher!

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

      Thank you! 😀

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

    Superb explanations, as always :-) !

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

      Glad you think so! 😀

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

    Great explanation on arrays. 😊

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

      Thank you

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

    We want to know more about more arrays, JavaScript, thank you for your video, keep going on, I am 67 years old, I am in love with your English language, best wishes

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

      I'll make sure to keep on making these videos. 😀

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

    Sorting arrays, filtering out certain values and detecting duplicates is something I would like to see you doing also.

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

      Great suggestion! 👍

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

    More arrays, thank you 😊

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

      More to come! 👍

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

    Please more don’t stop ❤

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

    Hey, I would love to watch you explaining how to remove from an array specific elements. Let's say we have ['1', '2', '3', '4', '5', '6', '7', '8', '9'] and we want to transform it into a new array ['1', '4', '6', '8']. What method should we use? We need to have something more selective than pop() or shift().

    • @saperis
      @saperis  2 года назад +2

      Check out the map method as it might be exactly what you are looking for: developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/map

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

      @@saperis Thank you!!

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

    More arrays, thanks

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

      More to come! 😀

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

    How to get duplicates in an array.
    Is the method "unshift" consuming (memory, process calculations), or is it more efficient than if we added the first element manually (for example: by creating a new array and copying elements of the old array into it).
    Best regards.

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

      I've never done any benchmarking so I wouldn't know.

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

    I'd like to streamline my coding by creating standard functions that I can run on any 2D array. How do you pass an array into another function that will return a new array when you're done? It doesn't seem to work to pass an array to a function as an argument. Have you already made a video about this?

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

      You can pass anything as an argument to an array you define. So yes, also an array can be passed into a function.
      I have three videos on arrays that will help you understand better how to work with this data type:
      Part 2: ruclips.net/video/_jGB79qCzoo/видео.html
      Part 3: ruclips.net/video/xGcpyks8HhI/видео.html

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

      @@saperis Thank you, thank you, thank you! Once again, your channel (and your expertise) saves my skin!

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

    Please create video tutorial on Google App Script with the use of HTML service.

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

      Hey, I don't do any Apps Script videos anymore on my personal channel. Find out why in this video: ruclips.net/video/OHd_xEabivg/видео.html

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

    more arrays!

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

    More Arrays

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

      Will do 😀

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

    More Arrays

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

      I hear you: ruclips.net/video/_jGB79qCzoo/видео.html