Minggu, 04 Desember 2016

What are some built on Objects datatypes in javascript

To solve different kinds of problems, JavaScript provides various built-in objects. Each object contains properties and methods. Some of the built-in objects in Javascript are: Array Date Math String Number Array object:  The properties available on Array object are: Property Description length Returns the number of elements in the array constructor Returns the function that created the array object prototype Allows us to add properties and methods to an array object Methods available on Array object are: Method Description reverse() Reverses the array elements concat() Joins two or more arrays sort() Sort the elements of an array push() Appends one

The post What are some built on Objects datatypes in javascript appeared first on Coding Security.


What are some built on Objects datatypes in javascript
read more

Tidak ada komentar:

Posting Komentar