As defined by FOLDOC, state is how something is; its configuration, attributes, condition or information content . We will use the term component to include software and hardware “things”. Virtually all components have state, from applications to operating systems to network layers.
Read moreHow do you define an object in JavaScript?
JavaScript is designed on a simple object-based paradigm. An object is a collection of properties , and a property is an association between a name (or key) and a value. A property’s value can be a function, in which case the property is known as a method.
Read more