Creating Two-dimensional array

Hi, continuing with the post Dimensional Arrays explanation in this post I’m going to show you how to create a 2D Array ( two dimensional array) with Javascript code. At the very least, we need to know the number of rows we want the array contain. With that information we can create a two-dimensional array … Continue reading Creating Two-dimensional array