Showing posts with label pop. Show all posts
Showing posts with label pop. Show all posts

Friday 26 September 2014

To remove array Last index value Javascript

JavaScript Array pop() Method
var actors = ["Rajini", "Kamal", "Ajith", "Vijay"];
actors.pop();
The result of fruits will be:
Rajini,Kamal,Ajith