# global var

[JS](https://lochiwei.gitbook.io/web/js) ⟩ [scope](https://lochiwei.gitbook.io/web/js/scope) ⟩ [global](https://lochiwei.gitbook.io/web/js/scope/global) ⟩ [variable](https://lochiwei.gitbook.io/web/js/scope/global/variable) ⟩ var

{% hint style="success" %}
a [var](https://lochiwei.gitbook.io/web/js/variable/declare/var "mention") variable declared in the [..](https://lochiwei.gitbook.io/web/js/scope/global "mention").
{% endhint %}

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

* [is-global-obj-prop](https://lochiwei.gitbook.io/web/js/variable/declare/var/is-global-obj-prop "mention")
  {% endtab %}

{% tab title="⭐️ 重點" %}
{% hint style="warning" %} <mark style="color:purple;">**global var**</mark> is also <mark style="color:yellow;">**exposed**</mark> as [](https://lochiwei.gitbook.io/web/js/scope/global/variable "mention"),  👉 [more ...](https://lochiwei.gitbook.io/web/js/variable/declare/var/is-global-obj-prop)
{% endhint %}
{% endtab %}
{% endtabs %}
