Objects

In JavaScript, an object is an unordered list of properties. A property is composed of a name and a value and can also be a function. In this case, the function is called a method. This chapter covers some of the standard objects you need to be familiar with when coding with JavaScript. It also pres...

Full description

Saved in:
Bibliographic Details
Published in:JavaScript Essentials for SAP ABAP Developers pp. 127 - 143
Main Author: Zaidi, Rehan
Format: Book Chapter
Language:English
Published: United States Apress L. P 2017
Apress
Subjects:
ISBN:9781484222195, 1484222199
Online Access:Get full text
Tags: Add Tag
No Tags, Be the first to tag this record!
Description
Summary:In JavaScript, an object is an unordered list of properties. A property is composed of a name and a value and can also be a function. In this case, the function is called a method. This chapter covers some of the standard objects you need to be familiar with when coding with JavaScript. It also presents examples of their properties and the methods you are most likely to use with them. The chapter also covers arrays, Boolean objects, string objects, and date objects.
ISBN:9781484222195
1484222199
DOI:10.1007/978-1-4842-2220-1_9