Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions SotonyeJoe/First Assignment/lexicalScope.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Mastering Backend Engineering Forst assignment

## 100daysofengineering

## Lexical Scope

### What is lexical Scope

Lexical scope is the ability for a function scope to have access to a varaiable from the parent scope. Lexical scope can also be defined as a fundamental concepts in programming that determines the accessibility of variables and funxtions within a program.

A child funtion scope can access variables from the global scope by calling it within the function scope and also variables within the function scope can not be accessed, it will return error.

### code example



1 change: 1 addition & 0 deletions SotonyeJoe/contributor.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Name: Sotonye Joe