# Mutable: adjective

### Cambridge Dictionary

> *"*[*able*](https://dictionary.cambridge.org/dictionary/english/able) *or* [*likely*](https://dictionary.cambridge.org/dictionary/english/likely) *to* [*change*](https://dictionary.cambridge.org/dictionary/english/change)*"*

{% embed url="<https://dictionary.cambridge.org/dictionary/english/mutable>" %}

### Merriam-Webster

> *"capable of change or of being changed"*

{% embed url="<https://www.merriam-webster.com/dictionary/mutable>" %}

### Mozilla

> *"Mutable is a type of variable that can be changed. In* [*JavaScript*](https://developer.mozilla.org/en-US/docs/Glossary/JavaScript)*, only* [*objects*](https://developer.mozilla.org/en-US/docs/Glossary/Object) *and* [*arrays*](https://developer.mozilla.org/en-US/docs/Glossary/array) *are mutable, not* [*primitive values*](https://developer.mozilla.org/en-US/docs/Glossary/Primitive)*."*

{% embed url="<https://developer.mozilla.org/en-US/docs/Glossary/Mutable>" %}

### Mutable vs Immutable

{% embed url="<https://wikidiff.com/mutable/immutable>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.angular-package.dev/designing/definitions/mutable-adjective.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
