I'm learning about arrays in Code.org.
So there are methods like insertItem(list, index, item) in code.org, but as I read many books about arrays in javaScript, none of them talked about the insertItem Method.
I wanted to know if insertItem is generic to JS or is it just specifically made for the code.org platform?