Skip to main content

8 docs tagged with "Immutable"

View All Tags

blob

blob is defined as: file-like object of immutable raw data. Topics on: . Read more: JS, JS Concepts, Java Script Runtime, Platform API, Web API, Streams API, Bl

Docker Container Image

Docker Container Image is defined as: immutable snapshot of Software & Dependency-tree down to OS-layer (everything req to run App). Topics on: Docker Container

immutable

immutable is defined as: (of entity/variable) content cannot be altered. Topics on: Value of Primitive is immutable unlike the variable assigned to it, a primit

mutable

mutable is defined as: (typeof) Variable that can be changed. Topics on: In JavaScript, only Object& Array are mutable whereas Primitive Value are immutable. Re

Object.freeze()

Object.freeze() is defined as: Object Static Method to make Object immutable. Topics on: . Read more: JS, JS Language, Object, Object Static Method, Immutable

React Element

React Element is defined as: immutable stateless building blocks of React apps, returned by components. Topics on: lightweight stateless immutable primitive? in

symbol

symbol is defined as: immutable constant Primitive Value to rep unique Object property keys. Topics on: to create a new symbol must call the new Symbol() Constr

Value

Value is defined as: immutable data saved at Memory Address. Topics on: Reference Value, Primitive Value, Value is ref by Identifier, Identifier, Memory Address