Skip to content

Commit

Permalink
Update types-assigning-checking-scoping.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vMaroon authored Oct 26, 2024
1 parent cbaad6a commit 5cf1cb2
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,4 @@ console.log(result); // "105"
- **Compiled Languages**: The source code is translated into machine code before execution. This typically results in faster execution but requires a compilation step before running the program
- **Interpreted Languages**: The source code is executed line by line, typically by an interpreter. This allows for more dynamic behavior but can be slower than compiled code

---

## Bonus: Compiled vs. Interpreted

These concepts are distinct from typing methodologies, focusing instead on execution mechanisms.

0 comments on commit 5cf1cb2

Please sign in to comment.