Insert value at certain index in array (version: 0)
The goal is to test which is faster - combinations between Array.prototype.slice and Array.prototype.push methods or custom for-loop alternative in the context of inserting value at given index
Comparing performance of: For-loop approach test vs Native functions test