JavaScript for Beginners - Arrays

Поділитися
Вставка
  • Опубліковано 17 жов 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! 😀

  • @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! 👍

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

    Superb explanations, as always :-) !

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

      Glad you think so! 😀

  • @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.

  • @jojos8888
    @jojos8888 8 місяців тому

    Great explanation on arrays. 😊

    • @saperis
      @saperis  8 місяців тому

      Thank you

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

    More arrays, thank you 😊

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

      More to come! 👍

  • @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!!

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

    Please more don’t stop ❤

  • @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: ua-cam.com/video/_jGB79qCzoo/v-deo.html
      Part 3: ua-cam.com/video/xGcpyks8HhI/v-deo.html

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

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

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

    More arrays, thanks

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

      More to come! 😀

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

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

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

      Hey, I don't do any Apps Script videos anymore on my personal channel. Find out why in this video: ua-cam.com/video/OHd_xEabivg/v-deo.html

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

    more arrays!

  • @arashayoubi6164
    @arashayoubi6164 6 місяців тому

    More Arrays

    • @saperis
      @saperis  5 місяців тому

      I hear you: ua-cam.com/video/_jGB79qCzoo/v-deo.html

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

    More Arrays