learn-javascript
learn-javascript copied to clipboard
A book that teaches JavaScript 📗💻📖
@sumn2u has made changes on the original english version of the book (PR #254) Visual Diff of Changes: ```diff diff --git a/en/SUMMARY.md b/en/SUMMARY.md index 87df426..ab6b8ab 100644 --- a/en/SUMMARY.md +++ b/en/SUMMARY.md...
@sumn2u has made changes on the original english version of the book (PR #251) Visual Diff of Changes: ```diff diff --git a/en/SUMMARY.md b/en/SUMMARY.md index a3c47a9..87df426 100644 --- a/en/SUMMARY.md +++ b/en/SUMMARY.md...
 we can improve its UI.Can make it look beautifull with animations.Plzz assign me this issue
• Asynchronous Programming: > • Explanation of Promises. > • async/await syntax and its advantages. > • Error handling in asynchronous code.
we can add FAQ's section.giving ans to que like imp of javascript.why we need it today.how this website helps
I would recommend, to add a upgraded landing page design especially referring to the language selection. 😀
Current Issue: Currently, there is no option to hide the "In This Chapter" section. This can be problematic in sections with extensive content, such as the "Interview Questions" page. Proposed...
The Landing page of the website is very basic and it doesn't have much use of CSS which it very visually unappealing I want to add enhancements on the landing...
My plan is to wait until Basics, Numbers, Strings are translated to mark this PR as completed.
This pull request adds a “Copy” button to the code snippet section in the Tip Calculator example, allowing users to easily copy example code with one click. Additionally, minor UI...