Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Asabeneh
/
30-Days-Of-JavaScript
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
10.5k
Star
46.7k
Code
Issues
118
Pull requests
250
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Fix typos in Day 11 (Destructuring and Spreading)
- #1034
#1034
Open
JaydonZhao
wants to merge 21 commits into
Asabeneh:master
Asabeneh/30-Days-Of-JavaScript:master
from
JaydonZhao:fix/day11-destructuring-typos
JaydonZhao/30-Days-Of-JavaScript:fix/day11-destructuring-typos
Copy head branch name to clipboard
Conversation
Commits
21
(21)
Checks
Files changed
Open
Fix typos in Day 11 (Destructuring and Spreading)
#1034
JaydonZhao
wants to merge 21 commits into
Asabeneh:master
Asabeneh/30-Days-Of-JavaScript:master
from
JaydonZhao:fix/day11-destructuring-typos
JaydonZhao/30-Days-Of-JavaScript:fix/day11-destructuring-typos
Copy head branch name to clipboard
Commits
Commits on Jul 18, 2026
docs(js_notes): add learning notes 01-09 in single-file format
Show description for 7b9ddf1
JaydonZhao
committed
7b9ddf1
View commit details
Copy full SHA for 7b9ddf1
Browse repository at this point
docs(js_notes): fix factual errors and imprecise wording
Show description for e9fb78c
JaydonZhao
committed
e9fb78c
View commit details
Copy full SHA for e9fb78c
Browse repository at this point
Commits on Jul 19, 2026
docs(js_notes): complete ch09 loops exercises + add semicolons/ASI note
Show description for a2e5534
JaydonZhao
committed
a2e5534
View commit details
Copy full SHA for a2e5534
Browse repository at this point
docs: update CLAUDE.md for flat structure + learning-trace convention
Show description for 11568b3
JaydonZhao
committed
11568b3
View commit details
Copy full SHA for 11568b3
Browse repository at this point
docs(js_notes): adapt roadmap toward pi (agent-oriented path)
Show description for 3e57a6a
JaydonZhao
committed
3e57a6a
View commit details
Copy full SHA for 3e57a6a
Browse repository at this point
Commits on Jul 22, 2026
docs(claude): add tutoring rule — explain the why, anchor-first
Show description for fe99e70
JaydonZhao
committed
fe99e70
View commit details
Copy full SHA for fe99e70
Browse repository at this point
docs(js_notes): add ch10 functions + label statement + mistakes N/O
Show description for b16580c
JaydonZhao
committed
b16580c
View commit details
Copy full SHA for b16580c
Browse repository at this point
docs: translate CLAUDE.md to Chinese
JaydonZhao
committed
b574850
View commit details
Copy full SHA for b574850
Browse repository at this point
Commits on Jul 23, 2026
docs(claude): add 'write explanations into files' rule; reword 锚点
Show description for b4bb2f0
JaydonZhao
committed
b4bb2f0
View commit details
Copy full SHA for b4bb2f0
Browse repository at this point
docs(js_notes): explain hoisting + TDZ in ch10; reword 锚点
Show description for 25be1a4
JaydonZhao
committed
25be1a4
View commit details
Copy full SHA for 25be1a4
Browse repository at this point
docs(js_notes): deepen type concepts (null, object essence)
Show description for 8491827
JaydonZhao
committed
8491827
View commit details
Copy full SHA for 8491827
Browse repository at this point
docs(claude): fix STT typo 活着->或者 in mistakes-log rule
JaydonZhao
committed
a740a95
View commit details
Copy full SHA for a740a95
Browse repository at this point
docs(js_notes): complete ch10 functions (exercises + name-vs-var note)
Show description for 475671f
JaydonZhao
committed
475671f
View commit details
Copy full SHA for 475671f
Browse repository at this point
docs(js_notes): keep improved repeat (edge case), comment out old versions
Show description for 13bc50e
JaydonZhao
committed
13bc50e
View commit details
Copy full SHA for 13bc50e
Browse repository at this point
docs(claude): add per-chapter wrap-up checklist rule
Show description for 576a619
JaydonZhao
committed
576a619
View commit details
Copy full SHA for 576a619
Browse repository at this point
Commits on Jul 24, 2026
docs(js_notes): deepen ch10 — functions are objects, fix experiment traces
Show description for 0e16281
JaydonZhao
committed
0e16281
View commit details
Copy full SHA for 0e16281
Browse repository at this point
docs(js_notes): add expression-vs-statement concept note
Show description for f672004
JaydonZhao
committed
f672004
View commit details
Copy full SHA for f672004
Browse repository at this point
docs(concepts): note JS &&/|| only chains expressions, unlike shell
Show description for edfff2a
JaydonZhao
committed
edfff2a
View commit details
Copy full SHA for edfff2a
Browse repository at this point
Commits on Jul 25, 2026
docs(js_notes): complete ch11 higher-order functions (map/filter/reduce)
Show description for a0f8e53
JaydonZhao
committed
a0f8e53
View commit details
Copy full SHA for a0f8e53
Browse repository at this point
chore(skills): add learn-tidy skill for tidying practice code
Show description for c4e5d68
JaydonZhao
committed
c4e5d68
View commit details
Copy full SHA for c4e5d68
Browse repository at this point
Commits on Jul 26, 2026
docs(day11): fix typos in destructuring chapter
Show description for 0c830c9
JaydonZhao
committed
0c830c9
View commit details
Copy full SHA for 0c830c9
Browse repository at this point
You can’t perform that action at this time.