javascript array performance to add new element by different methods laxman chavda April 23, 2019 Generally we always uses the push method to assign a value to the end of an array, so I thought to investigate on it a little bit further t... Read More