Created: 2023-01-27 09:54
Status: #concept
Subject: Programming
Tags: C JavaScript

Global Scope

Description

Values or Identifiers (like Variables and Functions) declared in the Global Scope can be referenced everywhere in the code.

References