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

Add a Dark/Light Theme Toggle feature to improve user experience for learners who prefer low-light interfaces. The toggle should allow users to switch between light and dark themes and remember...

- Implemented custom gitbook-plugin-toc-accordion plugin - Added toggle functionality to show/hide TOC content - Accordion is open by default for better UX - Added visual arrow indicator that rotates on...

Add a small “Copy” button to every code snippet on the website so users can easily copy example code without manually selecting text. When clicked, the button should copy the...

## Interactive Calendar Example Solution #321 ### Description This PR adds a complete Interactive Calendar example solution for issue #321. The application demonstrates fundamental JavaScript concepts including date manipulation, DOM...

## 📝 Description We need a **simple interactive calendar** that displays the days of a selected month and year. The goal is to help beginners practice **date manipulation**, **DOM updates**,...

good first issue
hacktoberfest

## Description #325 This PR adds a complete Tip Calculator example solution for issue #325. The application demonstrates fundamental JavaScript concepts including DOM manipulation, event handling, and input validation. ##...

## 📝 Description We need a **working example solution** for a **Live Digital Clock** that displays the current time in hours, minutes, and seconds. The goal is to help beginners...

good first issue
hacktoberfest

## ✨ Image Search App Example (#320) ### Description Added a complete **Image Search App** in the `examples/` folder demonstrating API integration, async JavaScript, and responsive design. ### Features -...

@sumn2u has made changes on the original english version of the book (PR #345) Visual Diff of Changes: ```diff diff --git a/en/beginner-projects/image-search.md b/en/beginner-projects/image-search.md index 25918b3..fba544d 100644 --- a/en/beginner-projects/image-search.md +++ b/en/beginner-projects/image-search.md...

translate help-wanted

@sumn2u has made changes on the original english version of the book (PR #343) Visual Diff of Changes: ```diff diff --git a/en/beginner-projects/simple-stopwatch.md b/en/beginner-projects/simple-stopwatch.md index 4912f18..e8cd9e8 100644 --- a/en/beginner-projects/simple-stopwatch.md +++ b/en/beginner-projects/simple-stopwatch.md...

translate help-wanted