# global context

[JS](https://lochiwei.gitbook.io/web/js) ⟩ [concepts](https://lochiwei.gitbook.io/web/browser/concepts) ⟩ [context](https://lochiwei.gitbook.io/web/js/concept/context) ⟩ global context

{% tabs %}
{% tab title="⭐️ 重點" %}
{% hint style="success" %}
get the [object](https://lochiwei.gitbook.io/web/js/scope/global/object "mention") using [`globalThis`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/globalThis)property (<mark style="color:orange;">**regardless**</mark> of the <mark style="color:yellow;">**current**</mark> [**context**](https://lochiwei.gitbook.io/web/js/concept/context)).
{% endhint %}
{% endtab %}

{% tab title="🔴 主題" %}

* [object](https://lochiwei.gitbook.io/web/js/scope/global/object "mention")
  {% endtab %}

{% tab title="📘 手冊" %}

* [ ] [global context](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/this#global_context)
  {% endtab %}
  {% endtabs %}
