Description of Defining arrays using literal notation :
This is an article that tells the users how to define an array using literal notation. This tutorial provide info to the users that the literal notation is a method of declaring arrays. This article describes the method of declaring arrays and they must begin with square brackets and each values should be seperated by commas and the values should be enclosed. / This tutorial initiates the users to generate multi dimensional arrays with literal notation. This tutorial provide details to the users that the array behaves as a normal one after it is declared.