docs/itDepends/value.md
## `itDepends.value<T>(initialValue)`
Creates observable value object.
### Parameters:
* `initialValue` *(optional, `T`, `undefined` by default)* - the value to be stored in the observable value object when created.
### Returns:
Type: [`observableValue<T>`](../observableValue.md).
The observable value object.
#### See also:
* [`itDepends`](../itDepends.md)
* [`observableValue`](../observableValue.md)
* [`computedValue`](../computedValue.md)
* [`computedForArgs`](../computedForArgs.md)
* [`subscription`](../subscription.md)