Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.19 KB

clhb3o5kw016vernvdgdgcttk.md

File metadata and controls

18 lines (12 loc) · 1.19 KB
title datePublished cuid slug cover
JavaScript Array Method
Fri May 05 2023 22:00:39 GMT+0000 (Coordinated Universal Time)
clhb3o5kw016vernvdgdgcttk
javascript-array-method

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.

<iframe src="https://www.thiscodeworks.com/embed/64557750c9e8d000131b9e69" style="width:100%;height:281px"></iframe>