Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translation needed for existing languages #222

Open
github-actions bot opened this issue Aug 3, 2024 · 0 comments
Open

Translation needed for existing languages #222

github-actions bot opened this issue Aug 3, 2024 · 0 comments

Comments

@github-actions
Copy link

github-actions bot commented Aug 3, 2024

@sumn2u has made changes on the original english version of the book (PR #221)

Visual Diff of Changes:

diff --git a/en/functions/closures.md b/en/functions/closures.md
index acd1fd6..8cc3b6a 100644
--- a/en/functions/closures.md
+++ b/en/functions/closures.md
@@ -3,8 +3,6 @@ chapter: 8
 description: Closures are a JavaScript concept that allows functions to access and remember variables from their containing scope, even after the outer function has finished running. They're vital for data encapsulation, private variables, and various design patterns in JavaScript. Closures enhance code flexibility and maintainability.
 ---
 
----
-
 # Closures
 
 In JavaScript, closures are a fundamental and powerful concept that plays a crucial role in the language. Understanding closures is essential for writing clean, efficient, and maintainable code. In this chapter, we'll explore what closures are, how they work, and why they are important in JavaScript.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants