learn-javascript icon indicating copy to clipboard operation
learn-javascript copied to clipboard

A book that teaches JavaScript 📗💻📖

Results 62 learn-javascript issues
Sort by recently updated
recently updated
newest added

@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...

translate help-wanted

@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...

translate help-wanted

![image](https://github.com/user-attachments/assets/d610bdc1-694b-441e-9c49-567b5d35dac1) we can improve its UI.Can make it look beautifull with animations.Plzz assign me this issue

hacktoberfest

• Asynchronous Programming: > • Explanation of Promises. > • async/await syntax and its advantages. > • Error handling in asynchronous code.

hacktoberfest

we can add FAQ's section.giving ans to que like imp of javascript.why we need it today.how this website helps

hacktoberfest

I would recommend, to add a upgraded landing page design especially referring to the language selection. 😀

hacktoberfest

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...

enhancement
hacktoberfest

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...

hacktoberfest

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...