Skip to main content

One doc tagged with "object"

View All Tags

Object in javascript

In computer science, an object is a value in memory which is possibly referenced by an identifier. In JavaScript, objects are the only mutable values. Functions are, in fact, also objects with the additional capability of being callable.