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
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 }}
timiscoding
/
JavaScript-Koans
Public
forked from
liammclennan/JavaScript-Koans
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Oct 6, 2013
Merge pull request #30 from sukima/friendly-zen-quotes
Show description for 088ea6a
liammclennan
committed
088ea6a
View commit details
Copy full SHA for 088ea6a
Browse repository at this point
Merge pull request #31 from sukima/testem
Show description for f25484c
liammclennan
committed
f25484c
View commit details
Copy full SHA for f25484c
Browse repository at this point
Merge pull request #29 from sukima/upgrade-qunit
Show description for cc713d9
liammclennan
committed
cc713d9
View commit details
Copy full SHA for cc713d9
Browse repository at this point
Adds better logging and zen quotes
Show description for 50d4aaa
sukima
committed
50d4aaa
View commit details
Copy full SHA for 50d4aaa
Browse repository at this point
Adds testem support
Show description for d28c95c
sukima
committed
d28c95c
View commit details
Copy full SHA for d28c95c
Browse repository at this point
Upgrades QUnit to 1.10
sukima
committed
36657c7
View commit details
Copy full SHA for 36657c7
Browse repository at this point
Convert equals to equal
Show description for 08c045b
sukima
committed
08c045b
View commit details
Copy full SHA for 08c045b
Browse repository at this point
Fixes broken assertions in about_asserts
sukima
committed
b4c1739
View commit details
Copy full SHA for b4c1739
Browse repository at this point
Updates header title
sukima
committed
f86640b
View commit details
Copy full SHA for f86640b
Browse repository at this point
Commits on Aug 15, 2013
Merge pull request #28 from KevinWhalen/patch-1
Show description for 8dcda84
liammclennan
committed
8dcda84
View commit details
Copy full SHA for 8dcda84
Browse repository at this point
Commits on Aug 14, 2013
shift and unshift, array methods
KevinWhalen
committed
f72c259
View commit details
Copy full SHA for f72c259
Browse repository at this point
shift and unshift, array methods
KevinWhalen
committed
8d4e80f
View commit details
Copy full SHA for 8d4e80f
Browse repository at this point
Commits on Jul 30, 2013
Merge pull request #27 from shosti/for-in
Show description for 4ffb615
liammclennan
committed
4ffb615
View commit details
Copy full SHA for 4ffb615
Browse repository at this point
Commits on Jul 29, 2013
Explicitly declare for..in vars
Emanuel Evans
authored and
Emanuel Evans
committed
e229e16
View commit details
Copy full SHA for e229e16
Browse repository at this point
Commits on Jul 27, 2013
Update license.txt
liammclennan
committed
f257a90
View commit details
Copy full SHA for f257a90
Browse repository at this point
added license
liammclennan
committed
79f7daf
View commit details
Copy full SHA for 79f7daf
Browse repository at this point
Commits on Apr 26, 2013
Update README.md
liammclennan
committed
61b5f08
View commit details
Copy full SHA for 61b5f08
Browse repository at this point
Commits on Feb 15, 2013
fixed a problem in the hasOwnProperty test
liammclennan
committed
094f694
View commit details
Copy full SHA for 094f694
Browse repository at this point
Merge pull request #25 from magopian/patch-3
Show description for ab2bc55
liammclennan
committed
ab2bc55
View commit details
Copy full SHA for ab2bc55
Browse repository at this point
Update topics/about_scope.js
Show description for d1869a4
magopian
committed
d1869a4
View commit details
Copy full SHA for d1869a4
Browse repository at this point
Commits on Oct 8, 2012
Fixed qunit link
liammclennan
committed
835fc62
View commit details
Copy full SHA for 835fc62
Browse repository at this point
Commits on Aug 24, 2012
Merge pull request #21 from SaintGimp/master
Show description for e1b6b60
liammclennan
committed
e1b6b60
View commit details
Copy full SHA for e1b6b60
Browse repository at this point
Changed the way innerVariable is shown to be undefined. try/catch hasn't been introduced yet, but testing the type has already been demonstrated previously.
SaintGimp
committed
3fd1795
View commit details
Copy full SHA for 3fd1795
Browse repository at this point
Clarified 'this' koans
SaintGimp
committed
fc45a9b
View commit details
Copy full SHA for fc45a9b
Browse repository at this point
Trivial fixing of comments
SaintGimp
committed
9640e29
View commit details
Copy full SHA for 9640e29
Browse repository at this point
Make the comments match the variable names in prototype chaining
SaintGimp
committed
181a416
View commit details
Copy full SHA for 181a416
Browse repository at this point
Clarify prototype chain tests
SaintGimp
committed
0291534
View commit details
Copy full SHA for 0291534
Browse repository at this point
Trivial spelling corrections
SaintGimp
committed
f66bafd
View commit details
Copy full SHA for f66bafd
Browse repository at this point
Commits on Jul 30, 2012
Merge pull request #20 from jayturley/patch-2
Show description for 6fcf044
liammclennan
committed
6fcf044
View commit details
Copy full SHA for 6fcf044
Browse repository at this point
Merge pull request #19 from jayturley/patch-1
Show description for ee443d0
liammclennan
committed
ee443d0
View commit details
Copy full SHA for ee443d0
Browse repository at this point
Commits on Jul 29, 2012
Update topics/about_functions_and_closure.js
Show description for 8be2f5a
jayturley
committed
8be2f5a
View commit details
Copy full SHA for 8be2f5a
Browse repository at this point
Update topics/about_control_structures.js
Show description for cb2e41b
jayturley
committed
cb2e41b
View commit details
Copy full SHA for cb2e41b
Browse repository at this point
Commits on May 14, 2012
Merge pull request #18 from saitodisse/master
Show description for dea1fe1
liammclennan
committed
dea1fe1
View commit details
Copy full SHA for dea1fe1
Browse repository at this point
added about_prototype_chain
saitodisse
committed
ed1cbb6
View commit details
Copy full SHA for ed1cbb6
Browse repository at this point
Commits on Apr 23, 2012
fixed a typo on b.constructor.name
liammclennan
committed
5e46b41
View commit details
Copy full SHA for 5e46b41
Browse repository at this point
Previous
Next
You can’t perform that action at this time.