JavaScript Array Method

JavaScript Array Method

ยท

1 min read

In this article, I will like to talk about javascript array methods but first of all, I will like us to know what an array is.

An array is in an ordered list of values. Each value is called an element specified by an index: A javascript array has the following characteristics: First, an array can hold values of mixed types. For example, you can have an array that stores elements with the types number, string, boolean and null.

Javascript methods: are actions that can be performed on objects. A javascript method is a property containing a function definition

Now Back to the main deal of today, I will like to highlight some important javascript methods just a few, it is not like the others are not important you can check on them if you want to know more in detail. You can see that below.

ย