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
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().
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
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.
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?
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
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!
Thank you for watching! 😀
More Arrays, with a real-life example. Again, you are an amazing teacher!
Thank you! 😀
Superb explanations, as always :-) !
Glad you think so! 😀
Great explanation on arrays. 😊
Thank you
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
I'll make sure to keep on making these videos. 😀
Sorting arrays, filtering out certain values and detecting duplicates is something I would like to see you doing also.
Great suggestion! 👍
More arrays, thank you 😊
More to come! 👍
Please more don’t stop ❤
Sure 😀
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().
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
@@saperis Thank you!!
More arrays, thanks
More to come! 😀
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.
I've never done any benchmarking so I wouldn't know.
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?
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
@@saperis Thank you, thank you, thank you! Once again, your channel (and your expertise) saves my skin!
Please create video tutorial on Google App Script with the use of HTML service.
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
more arrays!
Will do!
More Arrays
Will do 😀
More Arrays
I hear you: ruclips.net/video/_jGB79qCzoo/видео.html