> For the complete documentation index, see [llms.txt](https://docs.angular-package.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.angular-package.dev/text/benefits.md).

# Benefits

If you read the introduction you know that under the hood of this package are [primitive wrapper objects](https://developer.mozilla.org/en-US/docs/Glossary/Primitive#primitive_wrapper_objects_in_javascript), and below is a list of some pros of using them.

* **Immutable** object. ([Read more](https://developer.mozilla.org/en-US/docs/Glossary/Immutable))
* General [**intuitive**](/text/getting-started/general-concepts.md#intuitive) name.
* Minimal and simple ease-extendable form (to get more functionalities).
* The most **important** functionalities for a **specific** name.
* Specific in functionality object, which acts as a type.
* Functionality **follows** the type.
