
Data Structures – Primitives
Coding Blocks
00:00
JavaScript Arrays in SQL?
The traditional definition of an array is basically a contiguous block of memory that has a fixed size per index. You can't do that without allocating memory because you have to do like a fixed length. And if you could try to create your own, you basically have to do some sort of malach and so maybe C sharp has some sort of stuff where you can just kind of like allocate a certain block of memory this size and start chunking it up and maintaining it yourself. But a JavaScript, no way. So we should do a full episode on arrays and other linked lists.
Transcript
Play full episode