jskatas.org Continuously Learn JavaScript. Your Way.

Learn JavaScript – In Depth

Latest Updates

March 27th, 2024
πŸ†• The first kata for learning Object() constructor as a function
January 16th, 2024
πŸ†• πŸ‰ First ES14/ES2023 kata array.toReversed()
November 7th, 2023
πŸ†• First type-conversion kata "to boolean"
November 5th, 2023
πŸ†• 9 new katas around functions 🀯.
πŸ”₯ The first strict mode kata.
πŸ‘·πŸ½β€β™€οΈ Each test runs in a separate worker thread now,
this allows for more test cases to be written.
October 15th, 2023
πŸ†• NEW: function.name kata.
🌟 Two katas in progress: Symbol.hasInstance and function.name in depth.
October 14th, 2023
✨ Add 'How to' on the kata pages.
🧹 Improved class-creation kata. Explains better, covers more knowledge.
Two new katas: πŸ†• function.length for ES1 and πŸ†• with ES6 features.
October 11th, 2023
πŸ†• array.shift() first introduced in 1999, has a kata now.
The kata for let is now in GIVEN-WHEN-THEN style for better usability.
October 9th, 2023
🐞 Bugfix: Make the let kata work again, it runs in a worker thread now (see issue).
October 8th, 2023
πŸ†• New kata: String.raw.
September 30th, 2023
Dive into JavaScript arrays β€” the first in-depth article in our series!
September 29th, 2023
Configure the behavior on the kata site, turn on/off the auto-open of the first kata, and more.
September 26th, 2023
πŸŽ‰ πŸŽ‰ πŸŽ‰ A Big Change. πŸŽ‰ πŸŽ‰ πŸŽ‰
Now you can solve the katas inline without going to tddbin.
September 4th, 2023
πŸ†• New kata Bitwise Shift Operators: Right Shift ">>"
πŸ†• New kata All bitwise shift operators
September 1st, 2023
πŸ†• New kata Bitwise Shift Operators: Left Shift "<<"

πŸ‘€ You're a newbie, JSKatas takes you by the hand and helps you learn at your speed! Start with an easy kata to get the hang of it and find out if you like it. For example learn how to declare a variable.

πŸ§›πŸΌ You're a seasoned pro, discover hidden JavaScript gems πŸ’Ž.
For example: Do you know all three bitwise shift operators? πŸ€”

Topics 55 katas

Type conversion

to number #in progress

Spread operator

Bitwise Shift Operators

Iterator

Destructuring

Unicode

Async Function

Symbol API

symbol.description #in progress

Function constructor

Unary Operators

Object literal

Template strings

Map