Skip to content

List of JavaScript Kata to Update

Blind4Basics edited this page Jul 3, 2022 · 302 revisions

This page lists JavaScript kata still stuck in Node 8.x. It's not grouped in any way at the moment.

Any help is appreciated, but I'm still looking for ways to automate common fixes. jscodeshift can be used to transform the code (see example). If you come up with a codemod, please create a similar demo on AST explorer and let me know on https://github.com/codewars/runner/issues/119. That issue also includes some background information.

Since Node 10.x, we've been using Mocha instead of the custom test framework. There are some required changes related to this.

  • The test structure must be describe -> it -> assertions or it -> assertions (i.e., assertions must be inside it, and it cannot be nested). Grouping related tests with describe is preferred if there are many test cases. Note that tests with an invalid test structure might still look valid in the output panel. Automated updates have skipped over those with invalid structure.
  • Test case callback passed to it is no longer immediately executed. This can be tricky to notice.
    • To avoid common issue with closure within a loop, all var within all tests have been upated to let when possible (if tests passed after the change).
  • Test case defined with a callback. Some authors likes to write it("test", _ => {}) which creates a asynchronous test (it("test", (done) => { doStuff().on("end", done); })). Most of these have been fixed.
  • Old assertions are still available in Node 10. It's also available in Node 12 with const Test = require("@codewars/test-compat");. Updating to Chai assertions can be done later with codemod, so it can be skipped.

Use the new "Fork" feature to update kata:

You don't need to open an issue/suggestion and wait to edit. Forking a kata in a language is similar to forking an approved translation, but better because

  • all languages can be forked, including those added directly in Kata Editor and the original language
  • it's never outdated because it forks from the kata

You should see "Fork" when viewing a kata with the language you've completed in selected. Click that to open a translation editor with the current version filled in. The proposed changes can be merged or rejected after publishing, just like translations.

List of Node 8.x Kata

  1. Calculate Fibonacci return count of digit occurrences
  2. -Convert it, quickly!
  3. -Reverse it, quickly!
  4. 'x' marks the spot.
  5. "AURUM RECLUDIT CUNCTA"
  6. "console.log" and the Lexical "this"
  7. "string".forEachMatch(regex, callback, [context]);
  8. "TRaduttore".tr( [ "u", "tt" ] , "it" )
  9. (Insane) N Warriors and a Lamp
  10. (Ready for) Prime Time
  11. [AI] Play Me : CodeWarsRunner I (Introduction)
  12. [AI] Play Me : CodeWarsRunner II (Acceleration)
  13. [BF] Even or Odd?
  14. [BF] Fibonacci Sequence
  15. [BF] Hello World!
  16. [BF] Quine
  17. [BF] Reverse input
  18. [BF] Sort string
  19. [BF] Squares
  20. [Geometry A-1] Locate point - to the right, to the left or on the vector?
  21. [Geometry A-2]: Length of a vector
  22. /* Strip my Comments */
  23. # Counting 1: I Want Some Subsets, Not All!
  24. #For Kids# Date decryption.
  25. #For Kids# Date encryption.
  26. #01 - Music theory - Minor/Major chords
  27. #1 Sequences: Pure Even Digit Perfect Squares (P.E.D.P.S)
  28. #4 Matrices: Process for a Square Matrix
  29. #6 Matrices: How Many Matrices Do These Elements Produce?
  30. #7 Matrices: Focused on the Contour
  31. #8 Matrices: Up and Down Sorting For Each Column
  32. 1 Two 3 Four 5!
  33. 1's, 0's and wildcards
  34. 1RM Calculator
  35. 1st day of month that are Sunday in a year range
  36. 2 DNAs sequences, coding for same protein?
  37. 2048!
  38. 254 shades of grey
  39. 5 without alphanums!!!
  40. 5command - Esoteric programming #1
  41. 5x5 Tap Code
  42. 7-segment converter
  43. 80's Kids #1: How Many Licks Does it Take?
  44. 80's Kids #10: Captain Planet
  45. 80's Kids #2: Help ALF Find His Spaceship
  46. 80's Kids #3: Punky Brewster's Socks
  47. 80's Kids #4: Legends of the Hidden Temple
  48. 80's Kids #5: You Can't Do That on Television
  49. 80's Kids #6: Rock 'Em, Sock 'Em Robots
  50. 80's Kids #7: She's a Small Wonder
  51. 80's Kids #8: The Secret World of Alex Mack
  52. 80's Kids #9: Down in Fraggle Rock
  53. 8kyu interpreters: HQ9+
  54. A (no more) bugs trilogy: Episode 3 - Make a Player
  55. A Banking Trouble
  56. A bugs trilogy: Episode 1 - "Let Math.Random(); decide your future"
  57. A Crazy Robot? Who's is behind the scenes to make that?
  58. A for Apple
  59. A functional deck of cards....
  60. A kata is a kata, you can't say it's only a half!
  61. A Knight's Tour
  62. A Man and his Umbrellas
  63. A Memory game array
  64. A Promise is a Promise
  65. A simple Tic-tac-toe class
  66. A Taste of Curry
  67. Aaaaaand theeeeeen
  68. ABC - Esoteric programming #2
  69. Abstract Model Magic
  70. Accumulator Calculator
  71. ACME factory needs your help
  72. Acute, Obtuse, or Right?
  73. AD2070: Help Lorimar troubleshoot his robots- ultrasonic distance analysis
  74. AD2070: Help Lorimar troubleshoot his robots-Search and Disable
  75. Ada goes to coding bootcamp
  76. Add Length
  77. Add new item (collections are passed by reference)
  78. Adding Arrays
  79. Adding Big Numbers
  80. Adding Binary Numbers
  81. Adding useful functional functionality to JavaScript arrays
  82. Addition with Limitations
  83. Additionless addition.
  84. Additive Numbers
  85. Advanced Events
  86. After(?) Midnight
  87. Age Range Compatibility Equation
  88. Alex & snooker: points earned.
  89. Alex & snooker: scores.
  90. Alfred's Laundry Robot
  91. Algebraic Lists
  92. Aliens have landed
  93. All Balanced Parentheses
  94. All representations as binomial coefficient, or: How often in Pascal's Triangle ?
  95. All Star Code Challenge #12
  96. All Star Code Challenge #17
  97. All Star Code Challenge #18
  98. All Star Code Challenge #25
  99. All Star Code Challenge #32
  100. All that is open must be closed...
  101. All unique
  102. Alphabet symmetry
  103. Alphabetic Anagrams
  104. Alphabetical Sequence
  105. Alphabetize a list by the nth character
  106. Alphametics Solver
  107. Alternate capitalization
  108. Alternate Square Sum
  109. altERnaTIng cAsE <=> ALTerNAtiNG CaSe
  110. Alternating Loops
  111. Alternating Operations On A Nested Array
  112. Alternative Truth Machine
  113. Am I safe to drive?
  114. Amidakuji
  115. Amount to Coins - Universal
  116. An 'orrible expression on 'is face
  117. An Eventful Bus
  118. Anagram difference
  119. And the Mosckar goes to…
  120. Angle Between Clock Hands
  121. Angle-a-trons and Phyllotaxy
  122. Angular modules
  123. Anonymous Returns.
  124. Answering questions about data with Lo-Dash - 1
  125. Antipodal Points with Same Temperature
  126. AOP - After
  127. AOP - Around
  128. AOP - Before
  129. Apparently-Modifying Strings
  130. Apply offset to subtitles
  131. Approving Kata
  132. Approximate Fractions
  133. Arbitrary-Length Integer Arithmetic
  134. Are arrow functions odd?
  135. Are the values equal?
  136. Are there any arrows left?
  137. Are they the "same"?
  138. Are we alternate?
  139. Are You a One-Liner? #1: divide 2,3,5,7
  140. Are You a One-Liner? #2: multiplication table
  141. Are You a One-Liner? #3: A4 Paper
  142. Are you Geometric or Arithmetic? No, I´m both of them.
  143. Area and perimeter of the ellipse
  144. Area of a Circle
  145. Area of a Square
  146. Area of House from Path of Mouse
  147. Area or Perimeter
  148. Arguments to Binary addition
  149. Arithmetic progression
  150. Armstrong Number
  151. Around Fibonacci: chunks and counts
  152. Array combinations
  153. Array Deep Count
  154. Array element parity
  155. Array Graphics - Lines
  156. Array Info
  157. Array of Morse, find unique and dublicate elements
  158. Array power
  159. Array reduction
  160. Array to HTML table
  161. Array.isArray
  162. Array.prototype.push
  163. Array.prototype.splice(from, count, insertItems...)
  164. Array.prototype.splice(from, count, insertItems...) - Advanced
  165. Arrays are Objects
  166. Arrays of cats and dogs
  167. Arrays of Lists of Sets
  168. Article archive and social likes
  169. Ascii Art Generator
  170. ASCII Games: Dance Dance Evolution I
  171. ASCII Games: Flood Fill (Player)
  172. ASCII Games: Warning: Ice!
  173. ASCII hex converter
  174. ASCII Shift Encryption/Decryption
  175. Assembler interpreter (part II)
  176. Assorted Rectangular Pieces Puzzle
  177. Atbash Cipher Helper
  178. ATM Heist
  179. Authenticate a list of usernames
  180. Auto Sorted Array - Easy
  181. Autocomplete! Yay!
  182. Automaton (Part 2)
  183. Automaton (Part 3)
  184. Automorphic Number (Special Numbers Series #6)
  185. Average Scores
  186. Average value of squared even positive integers array
  187. Back to KinderGarten (eeeeeeasy)
  188. Back to KinderGarten 3 : What's this list ? (easy?)
  189. Back to KinderGarten II : Where's Aïcha ? (eeeasy)
  190. Back to the Future?
  191. Balance the arrays
  192. Balance the parentheses
  193. Balance the tree
  194. Ball Launcher Robot
  195. Ball Roll On Quartic Polynomial
  196. Bank Robbery
  197. Bar Graph - Graphing #1
  198. Barbell racking calculator
  199. Barbell weight
  200. Base64 Encoding
  201. Baseball
  202. Basic Compression
  203. Basic JS - Building a calculator
  204. Basic markdown to HTML
  205. Basic neural networks - Machine Learning #2
  206. Basics - Generators #1
  207. Basics 04: Rotate Matrix
  208. Basket of Fruits
  209. Batman Quotes
  210. Battle of the characters (Easy)
  211. Battle of the characters (Medium)
  212. Bầu cua tôm cá
  213. BBQ Pitmaster
  214. Be Concise I - The Ternary Operator
  215. Be Concise II - I Need Squares
  216. Be Concise III - Sum Squares
  217. Be Concise IV - Index of an element in an array
  218. Beam me up Statey using ReactJS
  219. Beautiful STAR
  220. BECOME IMMORTAL
  221. Beeramid
  222. Begin your day with a challenge, but an easy one.
  223. Beginner friendly: Lowercase letters
  224. Beginner Series #2 Clock
  225. Behind Enemy Lines
  226. Berlin Clock
  227. Berserk rater: CG Vs. Clang
  228. Bet payout calculator
  229. Bicycle gear inch calculator
  230. Big Arithmetic - integer add/subtract
  231. Big Integer Modulo
  232. Big integers sum
  233. Big number problem
  234. Bill Gates' Percentage Calculator
  235. Bin to Decimal
  236. Binary Genetic Algorithms
  237. Binary scORe
  238. Binary string
  239. Binary Swap
  240. Binary sXORe
  241. Binary to string
  242. Binary Zoo
  243. Binding within the List Monad
  244. BIO 2013 : Watching the Clock
  245. bit "Wise" #1: XOR-cism
  246. Bit calculator
  247. Bit Plane Return
  248. BitMath: Addition
  249. BitMath: Multiplication
  250. Bitty Words
  251. Blobservation
  252. Block-exchanging reverse
  253. Bloxorz Solver
  254. Boardgame Fight Resolve
  255. Bob - The Automated Manager
  256. Bob's Secret Cipher
  257. Body Mass Index (BMI) calculator
  258. Body mass index calculation
  259. Boggle Word Checker
  260. Boolean logic from scratch
  261. Born to be chained
  262. Bouncing Ball
  263. Braces status
  264. Bracket Duplicates
  265. Brainscrambler - Esoteric programming #3
  266. Branch Prediction
  267. Breadcrumb Generator
  268. Breadth-First DOM Traversal
  269. Bribe the Guards of the Crown Jewels
  270. Broken Image - Puzzles #1
  271. Broken scales
  272. Broken sequence
  273. Build a pile of Cubes
  274. Build a Trie
  275. Building a mini search engine
  276. Building a Sequence Cocatenating Digits with a Given Order.
  277. Building blocks
  278. Building Strings From a Hash
  279. Bulk up!
  280. Burrows-Wheeler transform I. Coding
  281. Burrows-Wheeler transform II. Decoding
  282. Buying a car
  283. Buying the Farm : Irrigation
  284. By the Power Set of Castle Grayskull
  285. Caesar Cipher Encryption - Variation
  286. Caesar Cipher Helper
  287. Caffeine Script
  288. Calculate age in years
  289. Calculate Factor
  290. Calculate Hypotenuse of Right-angled Triangle
  291. Calculate mean and concatenate string
  292. Calculate number of inversions in array in linearithmic time
  293. Calculate Price Excluding VAT
  294. Calculate Pyramid Height
  295. Calculate String Rotation
  296. Calculate the bearing angle angle between two points
  297. Calculate the required interest rate
  298. Calculate Two People's Individual Ages
  299. Calculating Expected Utility
  300. Calculating with Functions
  301. Calculating with objects
  302. Calculator (Addition and Spaces) [Part 1]
  303. Calendar Week
  304. Call The Knights!
  305. Callback Set
  306. Cambridge Word Scramble
  307. CamelCase Method
  308. Can I have cake?
  309. Can you create an Ouroboros?
  310. Can you get the loop ?
  311. Can you keep a secret?
  312. Can you move to Zephland?
  313. Can you test it for me?
  314. Candy count
  315. Candy problem
  316. Canvas Fun #1: Draw Lines
  317. Canvas Fun #2: Draw Rectangles
  318. Canvas Fun #3: Draw Screen Unlock Pattern
  319. Canvas Fun #4: Warning! Traffic Light Ahead!
  320. Canvas Fun #5: Count The Smiling Face
  321. Capital Words!
  322. Capitalize first letter of a string
  323. Capitals first!
  324. Car Door Roulette - Easy Version
  325. Car Door Roulette - Harder Version
  326. Card Counting
  327. Card game
  328. Card game: twenty-one
  329. Cartesian coordinates from degree angle
  330. Cartesian neighbors
  331. Cartesian neighbors distance
  332. Case Reversal of Consecutive Duplicates
  333. Case Sensitive
  334. Case swapping
  335. Catch me if you can (rolling start)
  336. Cells states
  337. Centroid I
  338. Champernowne's Championship
  339. Change it up
  340. char_to_ascii
  341. Character Concatenation
  342. Character frequency
  343. Character Frequency
  344. Character limits: How long is your piece of string?
  345. Cheating a bit...
  346. Check a Curious Divisibility. (Brute force version)
  347. check for winning box in dots and boxes game
  348. Check if a triangle is an equable triangle!
  349. Check if number is prime without loops
  350. Check if two words are isomorphic to each other
  351. Check RNA Nucleotides
  352. Check three and two
  353. Check your arguments
  354. Checkerboard King Combo Move
  355. Chess piece values
  356. Chessboard Squares Under Queen's Attack
  357. Chicken Sexing
  358. Chinese Zodiac
  359. chmod calculator in octal.
  360. Chocolate Celebration
  361. Chocolate Party
  362. Choose featured projects for Gratipay's homepage!
  363. Christmas baubles on the tree
  364. Chuck Norris I - Push Ups
  365. Chuck Norris II - One Punch
  366. Chuck Norris VI - Shopping with Chuck
  367. Chuck Norris VII - True or False? (Beginner)
  368. Church numbers
  369. Church numbers (ii)
  370. Cipher
  371. Circular Objects #1 - Running around in circles
  372. Class conundrum - Bug Fixing #7
  373. Classy Classes
  374. Classy Extentions
  375. Clay Pigeon Shooting
  376. Clean up your Gibberish!
  377. Clean your shoes rack
  378. Climb Time - Can you send it?
  379. Climbing the Leaderboard
  380. Clock Hands
  381. Clock Patience
  382. Closest and Smallest
  383. Closest elevator
  384. Closest friends
  385. Closest to Zero
  386. Clue - Esoteric programming #4
  387. Code Adventurer Guild: BeiJing
  388. Code Adventurer Guild: HongKong
  389. Code-ilocks. This exercise is JUST RIGHT!
  390. Codewars style ranking system
  391. Coding 3min : A*B=C
  392. Coding 3min : Are they symmetrical?
  393. Coding 3min : Balance Attraction
  394. Coding 3min : Count animals
  395. Coding 3min : Eat watermelon
  396. Coding 3min : Excel Puzzle #1
  397. Coding 3min : Excel Puzzle #2
  398. Coding 3min : Find the murderer
  399. Coding 3min : Guess the Hat
  400. Coding 3min : Hacker and change
  401. Coding 3min : Half it II
  402. Coding 3min : Half it III
  403. Coding 3min : Half it IV
  404. Coding 3min : Max Value
  405. Coding 3min : Parallel circuit
  406. Coding 3min : Planting Trees
  407. Coding 3min : Reading a Book
  408. Coding 3min : Remove screws I
  409. Coding 3min : Remove screws II
  410. Coding 3min : Series circuit
  411. Coding 3min : Tidy up the room
  412. Coding 3min : toLoverCase()
  413. Coding 3min : Waiting for a Bus
  414. Coding 3min: Bug in Apple
  415. Coding 3min: Collatz Array(Split or merge)
  416. Coding 3min: Father and Son
  417. Coding 3min: Give me the equation
  418. Coding 3min: Trypophobia
  419. Coding Meetup #10 - Higher-Order Functions Series - Create usernames
  420. Coding Meetup #15 - Higher-Order Functions Series - Find the odd names
  421. Coding with Squared Strings
  422. Collatz
  423. Collatz Conjecture (Recursive)
  424. Collatz Conjecture Length
  425. Collision Detection
  426. Color Ghost
  427. Color of the moment
  428. Colored Hexes!
  429. Colour Association
  430. Coloured Lattice Points Forming Coloured Triangles
  431. Combine objects
  432. Combining Records
  433. Common array elements
  434. Common Bit Twiddles
  435. Compact data processing: bit comparison
  436. Compare powers
  437. Competitive eating scoreboard
  438. Complete The Pattern #10 - Parallelogram
  439. Complete The Pattern #11 - Plus
  440. Complete The Pattern #12
  441. Complete The Pattern #13
  442. Complete The Pattern #14
  443. Complete The Pattern #15
  444. Complete The Pattern #16
  445. Completed Mahjong Hands
  446. Complex numbers
  447. Composed Integers Having Prime Factors Only Once
  448. Composing squared strings
  449. Compound Nouns, Common Nouns, and Adjectives Test
  450. CompoundArray
  451. Compression : impossible
  452. Computational Geometry 101: Perimeter and Area of an arbitrary shape (2D)
  453. Compute a convex hull
  454. Compute the Largest Sum of all Contiguous Subsequences
  455. Compute Unix path
  456. Concatenating functions
  457. Concatenation substring
  458. Conference Traveller
  459. Config Parsing: INI
  460. Configure an express server
  461. Connect Four
  462. Connect Four: Unlimited Edition
  463. Connected blocks
  464. Connected blocks (second part)
  465. Consecutive Count
  466. Consecutive k-Primes
  467. Consecutive strings
  468. Conservative Property Proxy
  469. Consonant value
  470. Constrained GCD
  471. Contact Deduplication
  472. Contamination #1 -String-
  473. Control the Beast (controlled components in ReactJS)
  474. Convert a linked list to a string
  475. Convert an array of strings to array of numbers
  476. Convert Hash To An Array
  477. Convert PascalCase string into snake_case
  478. Convert Sentences to New York, my guy.
  479. Convert the score
  480. Converter
  481. Converting integer to currency format
  482. Conway's Game of Life
  483. Conway's Game of Life - Unlimited Edition
  484. Coordinates Validator
  485. Coprimes up to N
  486. Cost of Shopping
  487. Count all the sheep on farm in the heights of New Zealand
  488. Count chains of ones in subsequences
  489. Count the Characters
  490. Count the Combinations
  491. Count the connected components
  492. Count the divisible numbers
  493. Count the number of cubes with paint on
  494. Count the Ones
  495. Count the smiley faces!
  496. Count The Zeros: 1 to n
  497. Count word occurrences
  498. Countdown - Longest Word
  499. Countdown to Christmas
  500. Counting DNA Nucleotides
  501. Counting Duplicates
  502. Counting E-Primes
  503. Counting in English one, two, three... to 2 Quadrillion (2,000,000,000,000,000)
  504. Counting Nested Functions
  505. Counting power sets
  506. Counting Sort
  507. Counting String Subsequences
  508. Covfefe
  509. Cracking CRC32
  510. Crash Override
  511. Crashing Boxes
  512. Cream of the crop
  513. Create 10x10 array and randomly fill each cell with "A", "B", "C", or "D"
  514. Create a frame!
  515. Create a House Cleaning Rota
  516. Create a password hashing function.
  517. Create an Evaluator Function Creator
  518. Create Four Letter Birding Codes from Bird Names
  519. Create palindrome
  520. Create the base - Dungeon crawler #1
  521. Create Your Own "Promise.all()"
  522. Creating Elements with React
  523. Credit Card Checker
  524. Cross the Bridges
  525. Crossed words
  526. Crouching Distribution, Hidden Constant
  527. Crushing blows and blushing crows
  528. Cryptic Cave: Episode 1
  529. Cryptography Challenge - Log of Lights
  530. CSV representation of array
  531. CTCI 1.5 One Away
  532. Cube-powerful
  533. CubeSummation
  534. Currency Conversion
  535. Currying functions: multiply all elements in an array
  536. Custom Array Filters
  537. Custom concat() Array Method
  538. Custom each() Array method
  539. Custom Setters and Getters
  540. Cut array into smaller parts
  541. Cut me in Pieces but in The Way I Like
  542. D&D Character generator #1: attribute modifiers and spells
  543. D&D Character generator #2: psion power points
  544. D&D Character generator #3: carrying capacity
  545. Dana White needs your help... Can you help the UFC?
  546. Dangerous Dates
  547. Dashatize it
  548. dataTypes String to Array
  549. Date Format Validation
  550. Date formatter
  551. Date Sanity Methods
  552. Dave's gamble.
  553. Days in the year
  554. Debug Sum of Digits of a Number
  555. Debug Tic-Tac-Toe Checker
  556. Decibel Scale
  557. Decimal to binary converter
  558. Decimal to Factorial and Back
  559. Decipher the Message
  560. Decipher this!
  561. Decode Morse
  562. Decode the Morse code
  563. Decode the Morse code, advanced
  564. Decode the Morse code, for real
  565. Decoded String by the Numbers
  566. Decompose double strand DNA into 6 reading frames
  567. Decreasing Inputs
  568. Decrypt this school cipher
  569. Deep Assignment
  570. Deep Freeze
  571. Defeat the Elemental Titans
  572. Defend your castle
  573. Deferred Objects
  574. Defuse the bombs!
  575. Degree or not Degree (Radian brooo)
  576. Déjà vu Duplicates
  577. Delete occurrences of an element if it occurs more than n times
  578. Deletion in an array
  579. Delta Bits
  580. Depot organization 1
  581. Derive Cipher from Plaintext
  582. Describe the shape
  583. Design a simple markdown compiler with string substitution feature
  584. Determine Results of Pole Vault Competition
  585. Devil's Sequence
  586. DevOps legacy roasting -> disco inferno -> burn baby burn
  587. Diamonds and Toads
  588. Dice roll - D&D #1
  589. Dice Rolling
  590. Did she say hallo?
  591. Difference between two collections
  592. Difference Of Squares
  593. DigitAll
  594. Digits Average
  595. Directions Reduction
  596. Disarium Number (Special Numbers Series #3)
  597. Distance Between 2 Points on a Cartesian Plane
  598. Distance from the average
  599. Distribute server workload
  600. Divide integers as strings
  601. Divide numbers as strings
  602. Divide two numbers without using the '/' operator and return the result to a specified number of decimal points
  603. Diving Scores
  604. Divisible by previous digit?
  605. Divisor harmony
  606. DNA GC-content
  607. Do something "n.times" (Simplifying "for" loops)
  608. Do you know how to make Query String?
  609. Do you speak "English"?
  610. Do you speak retsec?
  611. Dodgy delete key
  612. Dollars and Cents
  613. Dominant array elements
  614. Dominant primes
  615. Domino Tiling - 2 x N Board
  616. Domino Tiling - 3 x N Board
  617. Domino Tiling - 5 x 2N Board
  618. Domino Tiling - M x N Board with Holes
  619. Don't Drink the Water
  620. Don't Eat the Last Cake!
  621. Don't get stressed
  622. Don't rely on luck HARDCORE
  623. Dont drive too long!
  624. Doomsday Basic
  625. DOS era #1: Help!!!
  626. DOS era #2: Attrib
  627. Dota 2 Bots - Pudge's Meat Hook
  628. Double Rainbow!
  629. Double Trouble
  630. Down Arrow With Numbers
  631. Draw a Circle.
  632. Dream Or Reality
  633. Dreidel dreidel
  634. Driving Licence
  635. Driving School Series #2
  636. Drunk friend
  637. Drying Potatoes
  638. Duck Duck Goose
  639. Dude E Free
  640. Dumb News: The Truth About CW Leaderboard !
  641. Dummy Epoch - find the gap
  642. Duplicate Arguments
  643. Duplicates. Duplicates Everywhere.
  644. Easy Cyclist's Training
  645. Easy Diagonal
  646. Easy Line
  647. Easy mathematical callback
  648. easy peasy - smallest input
  649. Easy Time Convert
  650. Echo
  651. Elapsed Seconds
  652. Elections: Weighted Average
  653. Element equals its index
  654. Elevator algorithm
  655. Elevator Distance
  656. Elevator with call buttons
  657. Ellipse contains point?
  658. Elo rating - one game, one pair
  659. Email Validation
  660. Emily's Eccentric Encoding
  661. Emirps
  662. English beggars
  663. Enumerable Magic #1 - True for All?
  664. Enumerable Magic #3 - Does My List Include This?
  665. Enumerable Magic #4 - True for None?
  666. Enumerable Magic #5- True for Just One?
  667. Equation Discovery
  668. Equivalent Dice
  669. Error Throwing - Error Handling #2
  670. ES2015: Get the real length of string. 
  671. ES6 string addition
  672. Escape the maze
  673. Esolang Interpreters #1 - Introduction to Esolangs and My First Interpreter (MiniStringFuck)
  674. Especially Joyful Numbers
  675. esrever esreveR!
  676. Estimating Amounts of Subsets
  677. Euclidean distance in n dimensions
  678. Evaluate a postfix expression
  679. Even Binary Sorting
  680. Even numbers in an array
  681. Even odd disparity
  682. Even Odd Pattern #1
  683. Evens and Odds
  684. Every archer has its arrows
  685. Every Every - Shortest Code
  686. Every possible sum of two digits
  687. Everything Is Even
  688. Evil Autocorrect Prank
  689. Excel sheet column numbers
  690. Exclamation marks series #4: Remove all exclamation marks from sentence but ensure a exclamation mark at the end of string
  691. Exclusive "or" (xor) Logical Operator
  692. Exclusive presentations
  693. Expression Transpiler
  694. Expressive Objects
  695. Extended weekends
  696. Extended Weekends - Challenge Edition
  697. Extending JavaScript Objects: Contains Method
  698. Extending JavaScript Objects: Get First & Last Array Element
  699. Extending JavaScript Objects: Reverse String
  700. Extending JavaScript Objects: Simple Math Methods
  701. Extra Perfect Numbers (Special Numbers Series #7)
  702. extract file name
  703. Extract the IDs from the data set
  704. Fabergé Easter Eggs crush test
  705. Fac Recursion (Pest control - find the bugs and fix them)
  706. Factorial
  707. Factorial length
  708. Factory Functions #1 - Creating profile for people
  709. Factory Functions #2 - Inheritance and Object Composition
  710. Failed Filter - Bug Fixing #3
  711. Failed Sort - Bug Fixing #4
  712. Fake website #1: Choose a good name for the website
  713. Fake website #2: Choose a best server to create website
  714. Fake website #3: Choose a cool color for the web site
  715. Fake website #4: Design a strict user registration verification function
  716. Fake website #6: Design an automatic beta katas processing function
  717. Fame Of All
  718. Fast/Precise Natural Logarithm
  719. Fastest Code : A*B=C
  720. Fastest Code : Count animals
  721. Fastest Code : Equal to 24
  722. Fastest Code : Excel Puzzle #1
  723. Fastest Code : Excel Puzzle #2
  724. Fastest Code : Half it III
  725. Fastest Code : Half it IV
  726. Faulty Data Recovery
  727. Feed Kahumolings!
  728. Feynman's square question
  729. Fibo akin
  730. Fibonacci Generator
  731. Fibonacci on roids
  732. Fibonacci, Tribonacci and friends
  733. Fifa 17 Launch
  734. Figure Out the Notes
  735. File Finder
  736. File Size Trouble!
  737. Fill in the gaps in my timesheet.
  738. Filling an array (part 1)
  739. Filling an array (part 2)
  740. Filter out for good!
  741. Filter the number
  742. Filter unused digits
  743. Filter valid romans
  744. Financing Plan on Planet XY140Z-n
  745. Find Cracker.
  746. Find a Bunch of Common Elements of Two Lists in a Certain Range
  747. Find a Very Special Set Of Numbers In a Certain Range
  748. Find All Array Values That Fall Within a Given Difference
  749. Find all non-consecutive numbers
  750. Find all occurrences of an element in an array
  751. Find an area
  752. Find array
  753. Find Factors Down to Limit
  754. Find Fibonacci last digit
  755. Find Grid Position
  756. Find heavy ball - level: conqueror
  757. Find heavy ball - level: master
  758. Find heavy ball - level: novice
  759. Find heavy ball - level: ubermaster
  760. Find last Fibonacci digit [hardcore version]
  761. Find me the names
  762. Find min and max
  763. Find Multiples of a Number
  764. Find Nearest square number
  765. Find number in an array # 2
  766. Find number in an array # 3
  767. Find number in an array # 4
  768. Find number in an array # 5
  769. Find number in an array # 6
  770. Find Number With Maximum Number Of Divisors
  771. Find Numbers with Same Amount of Divisors
  772. Find out the longest string chain
  773. Find out whether the shape is a cube
  774. Find sum of top-left to bottom-right diagonals
  775. Find the area of the rectangle!
  776. Find the calculation type
  777. Find the Capitals
  778. Find the discounted prices
  779. Find The Duplicated Number in a Consecutive Unsorted List - Tougher Version
  780. Find the First Number in Having a Certain Number of Divisors I
  781. Find the force of gravity between two objects
  782. Find the Golden Ticket!
  783. Find the hobbits!
  784. Find the Integral
  785. Find the Location for the Wildlife Study
  786. Find the longest gap!
  787. Find The Max Sum Of Contiguous-Submatrix In a Matrix - Ultimate Version
  788. Find the maximum possible product of 3 integers in an array
  789. Find the Middle of the Product
  790. Find the Mine!
  791. Find the missed number
  792. Find the missing element between two arrays
  793. Find the missing term in a Geometric Progression
  794. Find the missing term in an Arithmetic Progression
  795. Find the Most Probable Sum Value or Values, in Rolling N-dice of n Sides
  796. Find the motif in DNA sequence.
  797. Find the Nexus of the Codewars Universe
  798. Find the Nth longest string in an Array
  799. Find the Number?
  800. Find the odd int
  801. Find The Parity Outlier redux
  802. Find the position!
  803. Find the smallest
  804. Find the sum of the roots of a quadratic equation
  805. Find the Word Pair!
  806. Find Transcription Factors
  807. Find twice of a number's value
  808. Find whether there is a route between two nodes in a graph
  809. Find within array
  810. Find X
  811. Finding North
  812. Finding Remainder Without Using '%' Operator
  813. Finding the Closest Maximum Values of a Function to an Upper Limit
  814. Finish this Mini Sudoku
  815. First n Prime Numbers
  816. First-Class Function Factory
  817. Fix arithmetic progression
  818. Fix array sequence
  819. Fix string case
  820. Fix your code before the garden dies!
  821. Fixed length palindromes
  822. FIXME: Get Full Name
  823. Fizz Buzz - Without ifs
  824. Fizz Buzz Reloaded
  825. FizzBuzz Backwards
  826. Flatten and sort an array
  827. Flexible Card Game
  828. Flight incident probabilities
  829. Floating-point Approximation (II)
  830. FloatStream
  831. Flow division
  832. Fly as fast as you can
  833. Follow that Spy
  834. Following Sierpinski's Footprints
  835. Following the Paths of Numbers Through Prime Factorization
  836. Food combinations
  837. For the sake of argument
  838. For Twins: 1. Types
  839. For UFC Fans (Total Beginners): Conor McGregor vs George Saint Pierre
  840. Format data value
  841. Format Text
  842. Forming a Magic Square
  843. Four Pass Transport
  844. Foxes and rabbits
  845. Free pizza
  846. Frequency Analysis With Buckets
  847. Freudian translator
  848. Friday the 13th Part 1
  849. Friends with Mangoes
  850. Frugal Pizza
  851. Fruit Machine
  852. Fruit string calculator
  853. Fuel economy converter (mpg <-> L/100 km)
  854. Fuel usage reporting
  855. Full Metal Chemist #1: build me...
  856. Fun with ES6 Classes #1 - People, people, people
  857. Fun with ES6 Classes #2 - Animals and Inheritance
  858. Fun with ES6 Classes #3 - Cuboids, Cubes and Getters
  859. Fun with ES6 Classes #4 - Cubes and Setters
  860. Function Cache
  861. Function Coercion Errors
  862. Function Wrapper: Nullity
  863. Function Wrappers: Inline Testing
  864. Function Wrappers: pool
  865. Function-Factory
  866. Function.prototype.clone
  867. Functional Addition
  868. Functional Binary Trees
  869. Functional Lists
  870. Functions of Integers on Cartesian Plane
  871. functions waterfall!
  872. Funny jubilees
  873. Future
  874. Game Hit the target - 2nd part
  875. Gaussian primes
  876. Generalized Matrix Multiplication
  877. Generate a random number (the hard way!)
  878. Generate An Array of Unique Strings
  879. Generate range of integers
  880. Generate user links
  881. Generating Generators - Generators #3
  882. Generic Ball Clock
  883. Genetic Algorithm Series - #1 Generate
  884. Genetic Algorithm Series - #3 Crossover
  885. Geohashing
  886. Geometric Mean I
  887. Geometric Progression Sequence
  888. Geometry Basics: Circle Area in 2D
  889. Geometry Basics: Distance between circles in 2D
  890. Geometry Basics: Distance between points in 3D
  891. Geometry Basics: Triangle Area in 2D
  892. Geometry Basics: Triangle Perimeter in 2D
  893. Gerrymander Solver
  894. Get all array elements except those with specified indexes
  895. Get angle between hour and minute hands
  896. Get array elements with specified keys
  897. get ascii value of character
  898. get character from ASCII Value
  899. Get Password from grid
  900. Get root property name
  901. Get Smallest Common Factor
  902. Get the closure property
  903. Get the Excel column title!
  904. Get the Grid Coordinates
  905. Get your steppin' on son
  906. Get Zodiac Sign
  907. Getting along with Bernoulli's numbers
  908. Getting along with Integer Partitions
  909. Give me a Diamond
  910. Give me DST !!!
  911. Give me the k first digits. Odd digits.
  912. Global estimates
  913. Going to zero or to infinity?
  914. Goldbach’s Conjecture
  915. Gotta start somewhere - Code Tracker #1
  916. GPS Navigation
  917. Grandpa's pants
  918. Graphics Series #1: barcode EAN-13 part1
  919. Graphics Series #2: barcode EAN-13 part2
  920. Graphics Series #3: Repair the LED display
  921. Graphics Series #4: Fireworks
  922. Graphics Series #5: The rope is burning
  923. Graphics Series #6: Traffic lights check
  924. Grasshopper - Function syntax debugging
  925. Grasshopper - Object syntax debug
  926. Grasshopper - Terminal Game #1
  927. Greatest Common Factor of an Array
  928. Greatest Difference
  929. Green Glass Roof- Puzzles #6
  930. Grocer Grouping
  931. Group Repeating Fractions
  932. Gryffindor vs Slytherin Quidditch Game
  933. Guess the array
  934. Guess the list pattern #1
  935. Guess the list pattern #2
  936. Guess the number!
  937. Hack My Account!
  938. Hacker's job
  939. Haiku Wizard
  940. Half Life
  941. Hall Of Fame
  942. Hamming(7,4) code - Message encoding
  943. Hamster me
  944. Handy Toolbox for Kata authors
  945. Hangman
  946. Hangman game
  947. Hangŭl Unicode From Jamo Values
  948. Hannah vs. Snooze Button
  949. Happy New Year, 2018 !!
  950. Happy numbers
  951. Happy numbers to the n power
  952. Hard Time Bomb
  953. Harry and the Mathematician's Chicken
  954. Haskell scanl function
  955. heggeleggleggo
  956. Hello Happy Codevarrior!
  957. Help Mrs Jefferson
  958. Help Green Lantern with his web site
  959. Help Kiyo きよ solve her problems LCM Fun!
  960. Help Mr. E
  961. Help Mr... Dr. Strange to bargain!
  962. Help Suzuki count his vegetables....
  963. Help Suzuki pack his coal basket!
  964. Help Suzuki purchase his Tofu!
  965. Help Suzuki rake his garden!
  966. Help the general decode secret enemy messages.
  967. Help your fellow warrior!
  968. Help Yumi collect all the rings. Part 1
  969. Heroes of Might & Magic II: One-on-One
  970. Heroes of Might & Magic II: Chain Lightning
  971. Hex class
  972. Hex to base64
  973. Hex Word Sum
  974. hidden key
  975. Hide from the Sun
  976. Hide password from jdbc url
  977. Hide phone numbers
  978. Highest number with two prime factors
  979. Hit Count
  980. Hofstadter Q
  981. Hold'em Holecard Combinatorics
  982. Holiday I - Temperature in Bali
  983. Holiday IV - Leg Room
  984. Holiday IX - Transit Leg Massage
  985. Holiday VI - Shark Pontoon
  986. Holiday X - Bintang Vests
  987. Hollow Triangle
  988. Homogenous arrays
  989. Horror Top Trumps (card game)
  990. House of cards
  991. How deep do these trees even go?
  992. How far can you pedal a bike???
  993. How Green Is My Valley?
  994. How long should you cook this for?
  995. How long will it take the train to reach its final destination?
  996. How low do you go?
  997. How many are smaller than me II?
  998. How many consecutive numbers are needed?
  999. How many cows do you have?
  1000. How Many Differences of Squares?
  1001. How many dots are covered
  1002. How many eggs?
  1003. How many feelings?
  1004. How many numbers III?
  1005. How Many Numbers?
  1006. How Many Numbers? II
  1007. How many palindromes can you find ? (performance)
  1008. How many stairs will Suzuki climb in 20 years?
  1009. How many times should I go?
  1010. How much coffee do you need?
  1011. How Much Lines
  1012. How much tax?
  1013. How much Wood?
  1014. How old will I be in 2099?
  1015. HTML DOM: Part 1 - Tree
  1016. HTML DOM: Part 2 - Attributes
  1017. Huffman Encoding
  1018. Human Friendly Random Numbers
  1019. Human readable duration format
  1020. Human readable working hours
  1021. Hungarian Vowel Harmony (harder)
  1022. I guess this is a 6kyu kata #10: Emotion of sentences
  1023. I guess this is a 6kyu kata #2: Merge strings
  1024. I guess this is a 6kyu kata #3: Trim the Christmas tree
  1025. I guess this is a 6kyu kata #5: Whac-A-Mole
  1026. I guess this is a 7kyu kata #1: Search result
  1027. I guess this is a 7kyu kata #4: Find 0 and 1
  1028. I guess this is a 7kyu kata #6: Fruit Ninja I
  1029. I love big nums and I cannot lie
  1030. I need a lookup quick!
  1031. I need more speed!
  1032. I Promise Not To Optimize
  1033. I Spy
  1034. I'm already Tracer
  1035. I'm longer than you!
  1036. Ideal electron distribution
  1037. Identify the array's ordering
  1038. Image Files Only
  1039. Image Processing
  1040. Imaginary Base Conversion
  1041. Imperfect Fibonacci Rabbits
  1042. Imperfect Network #1 (duplicate messages)
  1043. Imperfect Network #2 (out-of-order messages)
  1044. Implement "The Match" to assign med school graduates to hospitals
  1045. Implement Array.prototype.forEach
  1046. Implement brute force protection
  1047. Implement Debounce
  1048. Implementing a Queue
  1049. Implementing a Queue - Performance Version
  1050. Implied Probability from Fractional Betting Odds
  1051. Indexed capitalization
  1052. Infinite Diceworks: MeanMaxing your rolls
  1053. Infinite Diceworks: MeanMaxing your rolls (Quantum Mechanically)
  1054. Infinite Sequences
  1055. Ins and Outs--Play game Series #6:
  1056. Insane Coloured Triangles
  1057. Insane Permutation Promenade (from AoC 2017 Day 16)
  1058. Insane TA
  1059. Insert Dashes 2
  1060. Insert into xml object - xml #3
  1061. Insert value into an array
  1062. Inserting multiple strings into another string
  1063. Inspiring Strings
  1064. Instant Runoff Voting
  1065. Integer depth
  1066. Integer reduction
  1067. Integer to Musical Pitch Classes
  1068. Integer triangles
  1069. Integer Triangles Having One Angle The Double of Another One
  1070. Integer with the longest Collatz sequence
  1071. Integers Sum Square
  1072. Integers: Recreation One
  1073. Integers: Recreation Two
  1074. Interactive Dictionary
  1075. Interesting Pyramid
  1076. Interlaced Spiral Cipher
  1077. Invalid Input - Error Handling #1
  1078. Inverted school grades
  1079. IP Validation
  1080. IPv4 Parser
  1081. IPv6 address validation and contraction
  1082. IPv6 validator
  1083. Irreducible Sum of Rationals
  1084. Is a Prime?
  1085. Is Divisible By 6 Mk II
  1086. Is Integer Array?
  1087. Is It In?
  1088. Is n divisible by (...)?
  1089. Is there a sequence re-occuring in the list
  1090. Is there an arrow missing ? (Relations - Part1: Reflexivity)
  1091. Is this working?
  1092. Is Undefined?
  1093. Is your period late?
  1094. isAN(value)
  1095. isInt32(int, byteLength)
  1096. ISRC - Significant Figures
  1097. isReallyNaN
  1098. It's Full of Stars
  1099. Iterative Rotation Cipher
  1100. Japanese Romaji-to-Hiragana Converter
  1101. Java format Unicode encoder/decoder
  1102. JavaScript class-like objects
  1103. Javascript filter - 1
  1104. Javascript filter - 2
  1105. Javascript filter - 3
  1106. Javascript from the Inside #1 : Map
  1107. Javascript from the Inside #2: Filter
  1108. Javascript Mathematician
  1109. JavaScript seems to be broken
  1110. Jewel Thief
  1111. Joe_fe's Kata #2
  1112. John and Ann sign up for Codewars
  1113. Join command (simplified)
  1114. Jokes you've been 'awaiting' for ... promise
  1115. Josephus Permutation
  1116. Josephus Survivor
  1117. JS Golfing #1: undefined
  1118. JS Golfing #2: Math.floor
  1119. JS Golfing #3: Math.round
  1120. JS Golfing #4: Math.random
  1121. JS Golfing #5: A Million Times
  1122. JS Golfing #6: String Summation
  1123. JS Golfing #7: Join
  1124. JS Golfing #8: Is it Uppercase?
  1125. JS is Weird: Return a
  1126. JS is Weird: Return fuelstar
  1127. JSON Account Updater
  1128. JSON Parser
  1129. Jumble words
  1130. Jump!
  1131. Jumping Kangaroos
  1132. Jumping Number (Special Numbers Series #4)
  1133. Jurassic Word
  1134. Just Adding and Multiplying
  1135. k-Primes
  1136. Kama Sutra Cipher Helper
  1137. Kaprekar Split
  1138. Kaprekar's Routine
  1139. Karnaugh's detonating timer (a k-map primer)
  1140. Kata Impossible I - The Impossible Lottery
  1141. Kebabize
  1142. Keypad horror
  1143. Keys, their drawings and ancient symbols
  1144. Keyword Cipher Helper
  1145. Kids and candies
  1146. KISS - Keep It Simple Stupid
  1147. Knapsack Part 1 - The Greedy Solution
  1148. Kushim the Accountant: Extract $ values from text
  1149. L1: Bartender, drinks!
  1150. Land perimeter
  1151. Large Factorials
  1152. Larger Product or Sum
  1153. Largest Cross Sum
  1154. Largest Elements
  1155. Largest Palindromic Product
  1156. Largest product in a series
  1157. Largest product in a series
  1158. Last
  1159. Last and rich in circle
  1160. Last Digit of an Array
  1161. Last digit of a huge number
  1162. Last digit symmetry
  1163. Last digits of N^2 == N
  1164. Last man standing
  1165. Lat/Long Parser
  1166. Laxative Shot Roulette
  1167. Lazy Chain
  1168. Lazy evaluation
  1169. League Champions
  1170. Left$ and Right$
  1171. Length of words
  1172. Less or Equal
  1173. Let's convert British Pounds to Swiss Franks! (GBP) --> (CHF)
  1174. Let's Play Darts!
  1175. Letter calculator
  1176. Lexicographic Permutations
  1177. Life without primes
  1178. Limit string length - 1
  1179. Linda's speed test
  1180. Line Segments Intersection Point
  1181. Line, Normalization
  1182. Linear Equation Solver
  1183. Linear Regression of Y on X
  1184. Link Up--Play game Series #7
  1185. Linux history and ! command. Series#1 The !! command
  1186. Linux history and ! command. Series#2 The !n command
  1187. Linux history and ! command. Series#3 The !-n command
  1188. Linux history and ! command. Series#4 The !string command
  1189. Linux history and ! command. Series#5 The !?string command
  1190. List Comprehensions
  1191. Lists and Objects - Top Trump Optimizer
  1192. Live and Let Dice ...roll
  1193. Live Chess Ratings
  1194. Localize The Barycenter of a Triangle
  1195. Logic Calculator - Puzzles #3
  1196. Logical Disjunctions
  1197. Logistic Map
  1198. Long Division
  1199. Longest Consecutive Sequence of Squares
  1200. Longest palindrome
  1201. Longest Word in Dictionary
  1202. Looking for a benefactor
  1203. Loose Change
  1204. Loose Change!
  1205. Lorraine Wants to Win the TV Contest
  1206. Lost number in number sequence
  1207. Lost numbers
  1208. Lottery machine
  1209. Lottery Ticket
  1210. Lowercase strings in array
  1211. Lowest product of 4 consecutive numbers
  1212. LRU Cache
  1213. Lucas numbers
  1214. Lucas-Lehmer Test for Mersenne Primes
  1215. Luck check
  1216. Lucky Sevens
  1217. Lychrel numbers
  1218. LZW Compression - Squeeze that data!
  1219. LZW Compression (and decompression)
  1220. Mad Max: Recursion Road
  1221. Madhav array
  1222. Magic Square Validator
  1223. Magic The Gathering #2: Mana
  1224. Magic The Gathering #3: Spell Stack
  1225. Mahjong - #2 Seven-pairs
  1226. Mahjong - #3 How far from winning
  1227. Mahjong - #4 Play with imagination!
  1228. Mahjong winning hand Validation #1: DA SI XI(大四喜)
  1229. Mahjong winning hand Validation #2: DA SAN YUAN(大三元)
  1230. Mahjong winning hand Validation #4: JIU LIAN BAO DENG(九莲宝灯)
  1231. Mahjong winning hand Validation #5: YI SE SI BU GAO(一色四步高)
  1232. Make a 1 to n sequence
  1233. Make a Palindrome
  1234. Make a square box!
  1235. Make acronym
  1236. Make Object Into Iterable Array
  1237. Make the Deadfish Swim
  1238. Make the small words big!
  1239. makeAcronym
  1240. makeBackronym
  1241. Making Change
  1242. Making Change: Part 2
  1243. Making Copies
  1244. Making squares with lines
  1245. Man in the west
  1246. Manage the Robot Factory: Day 1
  1247. Manipulate URL Parameters
  1248. Manipulating financial time-series
  1249. Many Maps As One
  1250. Map and Filter to Get a Special Sequence of Integers
  1251. Map function issue
  1252. Marching armies
  1253. Markings to White Triangles and How to Find Them
  1254. Masquerade Waiting Line
  1255. Master your primes: sieve with memoization
  1256. Mastermind Hint Pegs
  1257. Math Issues
  1258. Math Object Madness
  1259. Matrix creation
  1260. Matrix Multiplier
  1261. Matrix Rotation
  1262. Matrix Square Up, B!
  1263. Max number of people and year in a specific place
  1264. Max-min arrays
  1265. Maxed Out
  1266. Maximum Product of Parts
  1267. Maximum Product
  1268. Maya Number Converter
  1269. Meme Maker
  1270. Memesorting
  1271. Memoized Log Cutting
  1272. Memory Reallocation
  1273. Merge two arrays
  1274. MergeSort "merge" function
  1275. Message from Aliens
  1276. Messing with the Elements
  1277. Meta-Kata: Duplicate Detector v0.1
  1278. Metaprogramming: Lisp-style Generic Functions
  1279. Method For Counting Total Occurence Of Specific Digits
  1280. Mid-Endian numbers
  1281. Midpoint inception
  1282. Midtown Navigator
  1283. Miles per gallon to kilometers per liter
  1284. Milliseconds
  1285. Min Factor Distance
  1286. Min or Max of . . .
  1287. Mind the Gap
  1288. Mine Sweeper
  1289. Minimum dollar bill's count
  1290. Minimum Number of Coins
  1291. Minimum path in squares
  1292. Minimum Reduction
  1293. Minimum Steps (Array Series #6)
  1294. Minimum unfairness of a list/array
  1295. Miracle Sort
  1296. Missing Alphabet
  1297. Missing Angle
  1298. Missing Generator
  1299. Missing number in Unordered Arithmetic Progression
  1300. Mission: Hidden Message
  1301. Mixbonacci
  1302. mkdir -p
  1303. Mnemo Passwords : pwgen
  1304. Mnemonic Lookup
  1305. Modulo operations of big Numbers
  1306. Monads: The Maybe Monad
  1307. Monads: The list monad
  1308. Money Match: Double or Nothing
  1309. Mongodb ObjectID
  1310. Monkey Talk
  1311. Monkey Tennis - The Aftermath
  1312. Monkey's MATH 01: How many "ZERO"s?
  1313. MONTE CARLO 3D
  1314. month name story
  1315. Months, Weeks, Days, Hours and Minutes
  1316. Most Consecutive Zeros of a Binary Number
  1317. Most Frequent Weekdays
  1318. Most frequently used words in a text
  1319. Mount Events in ReactJS
  1320. Mountain View
  1321. Moves in squared strings (I)
  1322. Moves in squared strings (II)
  1323. Moves in squared strings (III)
  1324. Moves in squared strings (IV)
  1325. Moving element in an array
  1326. Mr. Freeze
  1327. MTV Cribs
  1328. Multi Line Task: Fizz Buzz
  1329. Multi Line Task: GCD Function
  1330. Multi Line Task++: Hello World
  1331. Multi Line Task∞: Hello World
  1332. Multiple implications
  1333. Multiple remainder of the division
  1334. Multiple Shots at Victory
  1335. Multiples by permutations
  1336. Multiples By Permutations II
  1337. Multiples of 3 and 5 redux
  1338. Multiplication - Generators #2
  1339. Multiplication sequence - part 1
  1340. Multiplicative Persistence... What's special about 277777788888899?
  1341. Multiply a very large number
  1342. Multiply characters
  1343. Multiply list by integer (with restrictions)
  1344. Multiply the number
  1345. Multiply Word in String
  1346. multiply(value, times)
  1347. Mutate My Strings
  1348. Mutual Recursion
  1349. myjinxin katas #001 : Rotate, Remove, Rerurn
  1350. myjinxin katas #002 : Hotel room number
  1351. myjinxin katas #003 : Crossword puzzle
  1352. myjinxin katas #004 : Soldier's queue training(easy version)
  1353. myjinxin katas #005 : Age Of Wind
  1354. myjinxin's Fairy tales #001 : Aladdin's lamp and three wishes
  1355. myjinxin's Fairy tales #002 : Ali Baba and the Forty Thieves I
  1356. myjinxin's Fairy tales #003 : Ali Baba and the Forty Thieves II
  1357. myjinxin's Fairy tales #004 : Ali Baba and the Forty Thieves III
  1358. myjinxin's Fairy tales #005 : The little match girl
  1359. Mystery Function
  1360. Mystery function #1
  1361. Mystery function #2
  1362. N High Scores
  1363. N smallest elements in original order
  1364. n-Bonacci Ratio
  1365. N-centered Array
  1366. N-Parasitic Numbers Ending in N
  1367. N00bify - English to n00b Translator
  1368. Name Array Capping
  1369. Name on billboard
  1370. Name Shuffler
  1371. Name That Integer
  1372. Name to Matrix
  1373. Narcissistic Numbers
  1374. Natas Recipes
  1375. National Bath Safety Month
  1376. NATO Phonetic Alphabet
  1377. Natural Log Approximator
  1378. Naughty or Nice?
  1379. Needles in a haystack
  1380. Negation of a Value
  1381. Nesting Structure Comparison
  1382. new Deck() of Cards
  1383. new IntStorage(byteLength, ints).read(from, count);
  1384. new IntStorage(byteLength).write(value, length)
  1385. new with apply
  1386. Next Featured Number Higher than a Given Value
  1387. Next Largest Value (by rearranging the last digit and the last by one if neccessary)
  1388. Next Palindromic Number.
  1389. Next smaller number with the same digits
  1390. Nice Array
  1391. Nickname Generator
  1392. NIM the game
  1393. Ninety Nine Thousand Nine Hundred Ninety Nine
  1394. Ninja vs Samurai: Attack + Block
  1395. Ninja vs Samurai: Strike
  1396. No Duplicates Here
  1397. No Loops 1 - Small enough?
  1398. No Loops 2 - You only need one
  1399. No Return #2: Test the Devices
  1400. No Return #3: Solve the Equation
  1401. Node.js Async I/O
  1402. Non Decomposable Primes as Sums of Perfect Squares
  1403. Non-even substrings
  1404. None shall pass
  1405. noobCode 03: CHECK THESE LETTERS... see if letters in "String 2" are present in "String 1"
  1406. noobCode 04: HOT SINGLES...compare two arrays, return the unpaired items !
  1407. NOP
  1408. Normal number
  1409. Normalizing Out of Range Array Indexes
  1410. Not 3 in a row
  1411. Not all but sometimes all
  1412. Not prime numbers
  1413. Not Quine
  1414. Not so black box
  1415. Not that obvious summation
  1416. Not very secure
  1417. Now that's a crib!
  1418. Noye's Fludde
  1419. NSA Phone Tapping
  1420. NSA's Little Puzzle
  1421. nth Floyd line
  1422. Nth Smallest Element (Array Series #4)
  1423. Nth term - Linear Sequences
  1424. Nuclear Missile Manager
  1425. Number , number ... wait LETTER !
  1426. Number climber
  1427. Number Decoding
  1428. Number Manipulation I (Easy)
  1429. Number of anagrams in an array of words
  1430. Number of Folds
  1431. Number of measurements to spot the counterfeit coin
  1432. Number of Palindromic Substrings
  1433. Number of permutations without repetitions
  1434. Number of Proper Fractions with Denominator d
  1435. Number Shortening Filter
  1436. number with 3 roots.
  1437. Number-like counter
  1438. Number-Star ladder
  1439. Number.prototype.toDecimal
  1440. Numbers and its Reversal Having Same Prime Factors.
  1441. Numbers in different systems
  1442. Numbers in strings
  1443. Numbers that are a power of their sum of digits
  1444. Numbers Which Sum of Powers of Its Digits Is The Same Number
  1445. Numbers' Plus Pattern
  1446. Numerical Palindrome #1
  1447. Numerical Palindrome #2
  1448. Numerical Palindrome #3
  1449. Numerical Palindrome #3.5
  1450. Numerical Palindrome #4
  1451. Numerical Palindrome #5
  1452. Numerology
  1453. NxN Connect X
  1454. Obfuscation confusion - Bug Fixing #10
  1455. Object to Array
  1456. object to xml - xml #2
  1457. Objectify all the strings
  1458. Odd Not Prime
  1459. Odd-heavy Array
  1460. Odds-Index
  1461. Offload your work!
  1462. Offspring Traits
  1463. Oh come on! Hello world! once again?
  1464. Oh dear God! Is it bugged?
  1465. Oktober Fest: Bjorg's Got A Drinking Problem
  1466. Old Greg's Binary Fingers
  1467. Once
  1468. One down
  1469. One graph or multiple ones ?
  1470. One Line : Bit Calculator
  1471. One line kata: Sum Multiples of 3 and 5
  1472. One Line Task: 'for' fun
  1473. One Line Task: Diamond Creator Pro
  1474. One Line Task: Making Pizza
  1475. One line task: Multiples of 3 and 5
  1476. One Line Task: Paint The Walls Of Office
  1477. One line task: Square a number Without *, + or Math.pow()
  1478. One line task: Square Every Digit
  1479. One Line Task: String Isomorphism
  1480. One Line Task: The Special Downward Step
  1481. One Line Task: Upside-Down Pyramid Addition...REVERSED
  1482. One Line Wonder: Sum All Even Fibonacci Numbers
  1483. One Line: Even Check
  1484. One Line: Even Odd Converter
  1485. One Variable Second Degree Equation Solver
  1486. Ones' Complement
  1487. Onion array
  1488. Ookkk, Ok, O? Ook, Ok, Ooo!
  1489. Operation - Steal the Election!
  1490. Optimum coding school location
  1491. Oracle: Coin Method
  1492. Ordinal Numbers
  1493. Ore Numbers
  1494. Organise duplicate numbers in list
  1495. ORing arrays
  1496. Orthogonal Vectors
  1497. Pack the box.
  1498. PaginationHelper
  1499. Palindrome for your Dome
  1500. Palindrome integer composition
  1501. Palindromes with a slight twist: vowels & consonants assessed separately
  1502. Palindromic Mnemonics
  1503. Paragraph Setting: Align Left
  1504. Parallel resistors
  1505. Parity bit - Error detecting code
  1506. Parse a linked list from a string
  1507. Parse all my XML please - Angular #1
  1508. Parse HTML/CSS Colors
  1509. Parse this function! - Puzzles #7
  1510. Parsing musical notes into MIDI
  1511. Part 1: Evil Programming Government Restrictions
  1512. Partial Word Searching
  1513. Partially equal objects
  1514. Partition On
  1515. Parts of a list
  1516. Path Finder #2: shortest path
  1517. Path Finder #3: the Alpinist
  1518. Path Finder #4: where are you?
  1519. Path Finder #5: there's someone here
  1520. Paths in the Grid
  1521. Paul Cipher & Kevin Arnold
  1522. PC upgrade specs using HOC in ReactJS
  1523. Peak array index
  1524. Peel the Pairs
  1525. Pentabonacci
  1526. Percentage of amino acids
  1527. Perfect Square.
  1528. Perimeter of squares in a rectangle
  1529. Permutation position
  1530. Permutation Average
  1531. Permutation by number
  1532. Permutational Primes
  1533. Permutations - Generators #4
  1534. Permutations Of An Array And Associated Values
  1535. Permute a Palindrome
  1536. Personalising Spammy Marketing Emails
  1537. Personalized brand list
  1538. Pete, the baker
  1539. Physics - Mechanics - Atwood Machines in Series
  1540. Piano Kata, Part 1
  1541. Piano Kata, Part 2
  1542. pick a set of first elements
  1543. Pig Sursurunga
  1544. Pillow on the Fridge
  1545. Ping-Pong service problem
  1546. Pinocchio's polygraph.
  1547. Pitches and Notes
  1548. Pizza Payments
  1549. Plants and Zombies
  1550. Play FlappyBird : Advance Bravely
  1551. Play PacMan : Devour all
  1552. Play PingPong : Precise control
  1553. Play Tetris : Shape anastomosis
  1554. Player Contact Manager
  1555. Player Methods - Dungeon crawler #2
  1556. Playing on a chessboard
  1557. Playing with Sets : Complement
  1558. Playing with Sets : Equal or Not ?
  1559. Playing with Sets : Intersection
  1560. Playing with Sets : Sup/Sub
  1561. Playing with types
  1562. Plenty of Fish in the Pond
  1563. Plus - minus - plus - plus - ... - Count
  1564. Plus - minus - plus - plus - ... - Sum
  1565. Podcast Speed Listening Calculator
  1566. Pokemon Go
  1567. Pokemon Go - Extended Edition
  1568. PokerHelper lvl. 1
  1569. Pole Vault Starting Marks
  1570. Polish alphabet
  1571. Polygon Orientation
  1572. Pong! [Basics]
  1573. Poor man's spreadsheet API
  1574. Portion of Array
  1575. Possibilities of throwing a coin n times
  1576. Possible Triangles Formed with Available Iron Rods
  1577. Potenciation
  1578. Potion Class 101
  1579. Power
  1580. Power .bind()
  1581. Power 2
  1582. Power Laws
  1583. Powers of 3
  1584. Powers of i
  1585. Practical Interview Prep: Binary Search Tree .contains()
  1586. Practical Interview Prep: Binary Search Tree .push()
  1587. Pre-FizzBuzz Workout #1
  1588. Prefix Permutation
  1589. Presentation order
  1590. Preserve the order !
  1591. Pretty date
  1592. Price is right
  1593. Price of Mangoes
  1594. Prime reduction
  1595. Prime reversion
  1596. Prime Word
  1597. Primes in numbers
  1598. Primitive Pythagorean Triples
  1599. Primorial Of a Number
  1600. Print a Rectangle Using Asterisks
  1601. Print count and numbers
  1602. Print number with character
  1603. PRNG: Linear Congruential Generator
  1604. Process Waterfowl Survey Data Results
  1605. Product Array (Array Series #5)
  1606. Product ID from URL
  1607. Product of Adjacent Grid Numbers
  1608. Product of consecutive Fib numbers
  1609. Product Of Maximums Of Array (Array Series #2)
  1610. Product of the main diagonal of a square matrix.
  1611. Product-Sum Numbers
  1612. Program a Calculator #1 - Points in 3D Space
  1613. Program a Calculator #2 - 3D Vectors
  1614. Progressive Spiral Number Branch
  1615. Progressive Spiral Number Distance
  1616. Progressive Spiral Number Position
  1617. Promises Made and Broken: The Misadventures of Bob the Highly Paid Consultant
  1618. Proofreading task: find all duplicate words in a multilingual text
  1619. Protein Synthesis: From DNA to Polypeptide
  1620. Puzzle Fighter
  1621. Pythagorean Triplets
  1622. PythonSlice
  1623. Quadratic Enumerator
  1624. Quadruple M
  1625. Quantum Bogosort
  1626. Quartile methods
  1627. Queue Battle
  1628. Queue time counter
  1629. Quick (n choose k) calculator
  1630. Quicksum
  1631. Quidditch Scoreboard
  1632. Quipu Calculator
  1633. Rainfall
  1634. Random case
  1635. Random number in range
  1636. Randomize Objects
  1637. Range function
  1638. Range of Integers in an Unsorted String
  1639. Rank Vector
  1640. Ranking Appointments
  1641. Ranking System
  1642. Rap-Name Generator
  1643. Ratio of Bouncy Numbers
  1644. Reach Me and Sum my Digits
  1645. React Fun #1: Component types and nesting
  1646. React with JSX
  1647. Read the time
  1648. Readability is King
  1649. Readable developer-friendly large numbers
  1650. Really Complex Sum
  1651. Rearrange Number to Get its Maximum
  1652. Rectangle into Squares
  1653. Recurrence by Recursion
  1654. Recursion 101
  1655. Recursion #1 - Factorial
  1656. Recursion #2 - Fibonacci
  1657. Recursion: An introduction
  1658. Recursive Averages
  1659. Recursive Floor Sequence
  1660. Recursive Ninja
  1661. Recursive Ninja: Warlords edition
  1662. Reducing by steps
  1663. Reducing Fractions
  1664. Reducing Problems - Bug Fixing #8
  1665. Refactored Greeting
  1666. Regular Expression for Binary Numbers Divisible by n
  1667. Reimplement Multiplication Part 1
  1668. Relatively Prime Numbers
  1669. Remember
  1670. Remove a Specific Element of an Array
  1671. Remove All The Marked Elements of a List
  1672. Remove duplication
  1673. Remove even-count symbol occurrences
  1674. Remove First and Last Character Part Two
  1675. Remove method in Arrays
  1676. Remove the extra lowercase 'a' characters
  1677. Remove Zeros
  1678. ReOrdering
  1679. repeatIt
  1680. Replace Noun Phrases with Pronouns
  1681. Represent array of numbers as ranges
  1682. Retrieve Ether Balance
  1683. Return 2019 but without numbers or letters!
  1684. Return a sorted list of objects
  1685. Return Specifics from an Object.
  1686. Return String of First Characters
  1687. Return the first M multiples of N
  1688. Return TIMESTAMP from date
  1689. Reverse a Number
  1690. Reverse DNS delegation (RFC4183)
  1691. Reverse every other word in the string
  1692. Reverse Letters in Sentence
  1693. Reverse Mode
  1694. Reversed Message
  1695. reverseIt
  1696. Reverser
  1697. Reversi row rudiments
  1698. Rithm Series: Frame a Phrase Simple
  1699. Roasting Chicken
  1700. Robbing Rövarspråket
  1701. RoboScript #5 - The Final Obstacle (Implement RSU)
  1702. Robot Vacuum Cleaner
  1703. Robotic Tattoo Removal
  1704. Rock Paper Scissors Oracle
  1705. Roman numerals converter and validator
  1706. Romanize Russian Road Signs
  1707. ROT13
  1708. ROT13 variant cipher
  1709. Rotate Array (JS)
  1710. Rotate Corners
  1711. Rotate matrix counter - clockwise N - times!
  1712. Rotated string
  1713. Rotation Cipher Cracker
  1714. Round and Padded
  1715. Round by 0.5 steps
  1716. Round to nearest 0 or 5
  1717. Route Calculator
  1718. Routes in a square grid
  1719. Rule 30
  1720. Running out of space
  1721. RuplesJS #1: N Times Do
  1722. RuplesJS #2: String Delete
  1723. RuplesJS #3: String EachChar
  1724. RuplesJS #4: String Formatting
  1725. RuplesJS #5: Range
  1726. Russian plurals
  1727. Russian postal code checker
  1728. Saint Petersburg Paradox Model
  1729. Same Birthday Probability
  1730. Santa wish list form in ReactJS
  1731. SantaClausable Interface
  1732. Sashay, array!
  1733. Satisfying numbers
  1734. Save Private Brain
  1735. Scaling Squared Strings
  1736. Scheduling (Round-Robin)
  1737. Scheduling (Shortest Job First or SJF)
  1738. ScholarStem: Unit 6- Sorting Hat!
  1739. Schrödinger's Boolean
  1740. Scooby Doo Puzzle
  1741. Scrambled Numbers Sorting
  1742. Scraping: Codewars Top 500 Users
  1743. Screen Locking Patterns
  1744. Scrolling Text
  1745. Search and sort names
  1746. search in multidimensional array
  1747. Seating arrangement at a Polyglot Summit
  1748. Second largest in Array
  1749. Secret Agent - Discriminate Missions
  1750. Secret Agent 101: The secret password
  1751. Secret Code
  1752. Secret knock
  1753. Secret Message
  1754. Secret Reverse Language Converter
  1755. See You Next Happy Year
  1756. Seeing Shows at the Edinburgh Fringe!
  1757. Selective Array Reversing
  1758. Selective fear of numbers
  1759. self_converge
  1760. Semi-Optional
  1761. Sentence Calculator
  1762. Sentences with Functions
  1763. Separate The Wheat From The Chaff
  1764. Separating Strings
  1765. Sequence classifier
  1766. Sequence convergence
  1767. Sequence to 1
  1768. Sequences and Series
  1769. Series Forensics
  1770. Set - the card game
  1771. SevenAte9
  1772. Seventh JSON of a seventh JSON
  1773. Sexy Primes <3
  1774. Shakespearean Tug of War
  1775. Share prices
  1776. Sharpen up
  1777. Shop Inventory Manager
  1778. Shorten Me: Array Declaration III (Fibonacci Last Digit)
  1779. Shorten Me: Array Declaration IV (1-30)
  1780. Shorten Me: Array Declaration IX (Variable Types)
  1781. Shorten Me: Array Declaration V (Weekday & Weekend)
  1782. Shorten Me: Array Declaration VI (Months)
  1783. Shorten Me: Array Declaration VII (Alphabets)
  1784. Shorten Me: Array Declaration VIII (Musical Scales)
  1785. Shorten Me: Array Declaration X (O-I-II)
  1786. Shorten Me: Array Declaration XI (Triangle)
  1787. Shorten Me: Array Declaration XII (Constants)
  1788. Shorten Me: Mad Mathematician's Algorithm VI (Power)
  1789. shorter concat [reverse longer]
  1790. Shortest Code : Are they symmetrical?
  1791. Shortest code : Balance Attraction
  1792. Shortest Code : Eat watermelon
  1793. Shortest Code : Find the murderer
  1794. Shortest Code : Guess the Hat
  1795. Shortest Code : Jumping Dutch act
  1796. Shortest Code : Planting Trees
  1797. Shortest Code : Reading a Book
  1798. Shortest Code : Regular expression compression
  1799. Shortest Code : Remove screws I
  1800. Shortest Code : Special factor
  1801. Shortest code : Tidy up the room
  1802. Shortest Code : Waiting for a Bus
  1803. Shortest code: Bug in Apple
  1804. Shortest Code: Collatz Array(Split or merge)
  1805. Shortest code: Father and Son
  1806. Shortest code: Give me the equation
  1807. Shortest code: Max Value
  1808. Shortest Code: Symmetric Sort
  1809. Shortest Code: Trypophobia
  1810. Shortest code: Virus in Apple
  1811. Shortest Knight Path
  1812. Shortest steps to a number
  1813. Shrink the maze!
  1814. SillyCASE
  1815. Simple division
  1816. Simple arithmetic progression
  1817. Simple Arithmetics on X
  1818. Simple array product
  1819. Simple Blackjack
  1820. Simple Change Machine
  1821. Simple Comparison?
  1822. Simple consecutive pairs
  1823. Simple CSS selector comparison
  1824. Simple digit code breaker
  1825. Simple directions reversal
  1826. Simple equation reversal
  1827. Simple Events
  1828. Simple eviternity numbers
  1829. Simple fibonacci strings
  1830. Simple fraction to mixed number converter
  1831. Simple frequency sort
  1832. Simple Fun #364: Not Too Random
  1833. Simple Fun #365: Remove Number Game I
  1834. Simple Fun #377: The Visible Posters II
  1835. Simple Interest and Compound Interest
  1836. Simple Julian date
  1837. Simple letter removal
  1838. Simple Maths Test
  1839. Simple max digit sum
  1840. Simple Memory Manager
  1841. Simple missing sum
  1842. Simple nearest prime
  1843. Simple non-decreasing array
  1844. Simple number sequence
  1845. Simple palindrome game
  1846. Simple parenthesis removal
  1847. Simple Physics Problem
  1848. Simple prime streaming
  1849. Simple repeated words
  1850. Simple reversal game
  1851. Simple reversed parenthesis
  1852. Simple rotated palindromes
  1853. Simple Ruby code formatter
  1854. Simple safecracking
  1855. Simple Simple Simple String Expansion
  1856. Simple string characters
  1857. Simple string division
  1858. Simple string division II
  1859. Simple string expansion
  1860. Simple string indices
  1861. Simple string matching
  1862. Simple string reversal
  1863. Simple string reversal II
  1864. Simple Substitution Cipher Helper
  1865. Simple sum of pairs
  1866. Simple template
  1867. Simple Time Bomb
  1868. Simple time difference
  1869. Simple Web Framework #1: Create a basic router
  1870. simpleLog
  1871. Simplify the number!
  1872. Simplifying multilinear polynomials
  1873. Simulating a Multiserver Queue
  1874. Simultaneous Equations - Three Variables
  1875. Single character palindromes
  1876. Single character palindromes II
  1877. Single-Use Tickets: Don't Let Anyone Sneak In!
  1878. Singleton Pattern
  1879. Sir , showMe yourID
  1880. Slamming Lockers
  1881. Sleepy Seals
  1882. sliceBits(int, from, count)
  1883. Sliding Puzzle Solver
  1884. Slow Looping
  1885. Smallest Pair Sum
  1886. Smallest possible sum
  1887. Smart Sum
  1888. Smart Toaster
  1889. Smith number
  1890. Smooth numbers
  1891. SMS Lottery Bet Validator
  1892. SMS Shortener
  1893. Soccer Fixtures Results Table
  1894. Socialist distribution
  1895. Solomon's Quest for the Temporal Crystal
  1896. Solve For X
  1897. solve from sums
  1898. Solve Rubik 's Cube by repetition
  1899. Solving Quadratics
  1900. Some Circles
  1901. Some First Primes With Two Digits
  1902. Something 's fishy...
  1903. Sort a 2D array
  1904. Sort and Transform
  1905. sort array by last character
  1906. Sort it out!
  1907. Sort Letters Sum Numbers
  1908. Sort My Shopping
  1909. Sort rectangles and circles by area
  1910. Sort the climbing grades
  1911. Sort the Gift Code
  1912. Sort the Vowels!
  1913. Sorted list
  1914. Sorting Arrays by the Amount of Perfect Squares that Each Element May Generate
  1915. Sorting by bits
  1916. Sorting the Rabbit Hole
  1917. Sorting Time
  1918. Space Invaders Underdog
  1919. Spanish Conjugator
  1920. Spanish Pirates off the Treasure Coast
  1921. Sparse Ruler
  1922. Sparse array split function
  1923. Special Number (Special Numbers Series #5)
  1924. Special Multiples
  1925. Special Scores For Words
  1926. Speech to Text - String Manipulation
  1927. SpeedCode #1 - Getters and Setters in Object Literals
  1928. SpeedCode #2 - Array Madness
  1929. SpeedCode #3 × Fun with ES6 Classes #5 - Dogs and Classes
  1930. SpeedCode #4 × Factory Functions #3 - Artefacts
  1931. Spicy or Not
  1932. Spider man and his enemy
  1933. Spidey Swings Across Town
  1934. Spinning Rings
  1935. Spiral Matrix
  1936. Split an array
  1937. Split and then add both sides of an array together.
  1938. Split In Parts
  1939. Split string for Text-to-Speech API
  1940. Split The Bill
  1941. Sports league table - help your local team!
  1942. Spraying trees
  1943. Spy Function
  1944. Square sums (simple)
  1945. Square-Squeek numbers
  1946. Squarefree Part of a Number
  1947. Squares sequence
  1948. Stack Safe Recursion
  1949. Stargate SG-1: Cute and Fuzzy (Improved version)
  1950. Statistics - Fundamentals
  1951. Statistics for an Athletic Association
  1952. Statistics in Kata 2: AND case - Ball bags
  1953. Steer the Ship
  1954. Steps in k-primes
  1955. Steven's Password Decryption
  1956. Stock Position Size Calculator
  1957. Stone bridge primes
  1958. Stop it, HTML!
  1959. Stop worrying!
  1960. Strange roman numbers
  1961. Street Fighter 2 - Character Selection
  1962. String array duplicates
  1963. String like [Char]
  1964. String basics
  1965. String Box
  1966. String Breakers
  1967. String character frequency
  1968. String chunks
  1969. String Compression Challenge
  1970. String counting
  1971. String doubles
  1972. String Evaluation
  1973. String formatter
  1974. String Integer Greater-than
  1975. String matchup
  1976. String Merge!
  1977. String reduction
  1978. String Reordering
  1979. String Scramble
  1980. String subpattern recognition I
  1981. String subpattern recognition II
  1982. String subpattern recognition III
  1983. String Templates - Bug Fixing #5
  1984. Strings to numbers
  1985. Strings, strings, strings (Easy)
  1986. Strings, strings, strings (Hard)
  1987. Students' names list
  1988. Stutter function
  1989. Sub-array division
  1990. Subnet Calculating
  1991. Subsequences
  1992. Sum #2
  1993. Sum and Rest the Number with its Reversed and See What Happens
  1994. Sum decomposition
  1995. Sum of (Two) Squares
  1996. Sum of a Sequence [Hard-Core Version]
  1997. Sum of all arguments
  1998. Sum of array singles
  1999. Sum of differences between products and LCMs
  2000. Sum of differences in array
  2001. Sum of digits
  2002. Sum of integer combinations
  2003. Sum of integers in string
  2004. Sum of numerous arguments
  2005. Sum of prime-indexed elements
  2006. Sum Only Numbers
  2007. Sum The Strings: ARRAY EDITION
  2008. Sum up the random string
  2009. Sum with Arrows
  2010. sum2total
  2011. Summarize ranges
  2012. Summy
  2013. Super Class Extensions
  2014. Super Smaaassh Brotheerrrs!
  2015. Superphore Master
  2016. Surface Area and Volume of a Trapezoidal Prism
  2017. Sushi-go-round (Beginner's)
  2018. Suzuki needs help lining up his students!
  2019. Swap the head and the tail
  2020. Swap two elements
  2021. Swap two numbers
  2022. Swapping values (Revamped!)
  2023. Swarm bots - swarm intelligence #1
  2024. Swedish Tipping
  2025. Sweet Dreams are Made of Cheese
  2026. Switch/Case - Bug Fixing #6
  2027. Symbolic differentiation of prefix expressions
  2028. Symbols counted
  2029. Synchonizing records
  2030. T.T.T. #7: Profit or loss
  2031. T.T.T. #8: Reverse all
  2032. T.T.T. #9: Peaks and valleys
  2033. T.T.T.#2: Equal to 24
  2034. T.T.T.#3: Three lifts
  2035. T.T.T.#4: Key of door
  2036. T.T.T.#5: Only you
  2037. T.T.T.#6: nth user
  2038. T.T.T.10: The largest square
  2039. T.T.T.11: Three increasing numbers
  2040. T.T.T.12: Split integer
  2041. T.T.T.13: A game named "Five,Ten,Fifteen,Twenty"
  2042. T.T.T.14: Find the largest "X"
  2043. T.T.T.15: Sort the alarm clock
  2044. T.T.T.16: Warning of Array.map()
  2045. T.T.T.23: Silly birds
  2046. T.T.T.24: Chinese surname (《百家姓》)
  2047. T.T.T.33: Grandfather clock
  2048. T.T.T.38: The sum of each digits
  2049. T.T.T.40: m to n % 9
  2050. T.T.T.41: The maximum profit
  2051. T.T.T.43: The appellation of the Chinese people's age and his zodiac(中国人的年龄和他的生肖称谓)
  2052. T.T.T.53: Fighting for love! Knights of the round
  2053. T.T.T.58: Simple face recognition system
  2054. T.T.T.59: The language from the distant planet
  2055. T.T.T.60: Break all the rules
  2056. T.T.T.61: Alien's magic
  2057. Tabs to spaces
  2058. Tail Call Optimization
  2059. Take a Number And Sum Its Digits Raised To The Consecutive Powers And ....¡Eureka!!
  2060. Take an Arrow to the knee, Functionally
  2061. Take It or Leave It Interview Strategy
  2062. Take the Derivative
  2063. Takeshi's Castle Spy: Knock Knock
  2064. Talisman Board Game Combat System Checker
  2065. Tank coding #1 : simple AIM systems
  2066. Tap Into Mr. Mxyzinjin's Brain
  2067. Tap Into Mr. Mxyzinjin's Matrix
  2068. Tap Into Mr. Mxyzinjin's Safe
  2069. Tap into Mr. Mxyzinjin's Stream
  2070. Tap Into Mr. Mxyzinjin's Toy Safe
  2071. Tap into Reivhax's robot
  2072. Temp Tracker: Max, Min, Mean and Mode
  2073. Template Strings
  2074. Test for semiprime (Mathematics)
  2075. Test Your Knowledge Of Function Scope
  2076. Test's results
  2077. Testing Palindromes
  2078. Testing the Porges hypothesis
  2079. Texas Hold'em Hands
  2080. Text editor feature!
  2081. The 'if' function
  2082. The (nearly) Perfect Mirror
  2083. The 196-algorithm and Lychrel numbers
  2084. The answer to life the universe and everything.
  2085. The Answer to the Ultimate Question of Life, The Universe, and Everything
  2086. The Arpeggiator
  2087. The average length
  2088. The Baby Years III - First Tooth
  2089. The boolean order
  2090. The common directory path
  2091. The Coupon Code
  2092. The Cube Structure
  2093. The Deca Tree
  2094. The Desperate Rocket Scientist
  2095. The Enigma Machine - Part 1: The Plugboard
  2096. The fusc function -- Part 1
  2097. The fusc function -- Part 2
  2098. The good old olden early years
  2099. The Great Pyramid of Giza
  2100. the hidden thief
  2101. The Ice Cream Vendors Dilema
  2102. The Ladies of ENIAC
  2103. The Lamp
  2104. The largest "mirror"
  2105. The learning game - Machine Learning #1
  2106. The longest bracket substring in the string
  2107. The map and the keys
  2108. The maximum sum value of ranges -- Ultimate version
  2109. The money in the bank
  2110. The most asked question on CodeWars
  2111. The Most Repeated Letter.
  2112. The Most Sacred of Days
  2113. The nth smallest integer
  2114. The observed PIN
  2115. The Office I - Outed
  2116. The Office II - Boredom Score
  2117. The Office VII - Expression of Interest
  2118. The old switcheroo
  2119. The old switcheroo 2
  2120. The Overlap Time
  2121. The Owls Are Not What They Seem
  2122. The Park Ranger's Umbrella
  2123. The Power of Exponents
  2124. The Prediction
  2125. The Queen Of Hearts Challenge
  2126. The queen on the chessboard
  2127. The range() function
  2128. The rarest pepe
  2129. The Rhinestone Cowboy ~ Count the dollars in his boots!
  2130. The Shell Game
  2131. The sortReloaded() method
  2132. The Sum and The Rest of Certain Pairs of Numbers have to be Perfect Squares (more Challenging)
  2133. The Supermarket Queue
  2134. The Tale of Two Zeros
  2135. The ugly truth about reduce
  2136. The ugly truth about reduce (ii)
  2137. The ugly truth about reduce (iii)
  2138. The Walker
  2139. The wheat/rice and chessboard problem
  2140. There are two kinds of people
  2141. They say that only the name is long enough to attract attention. They also said that only a simple Kata will have someone to solve it. This is a sadly story #1: Are they opposite?
  2142. Thinkful - Logic Drills: Red and bumpy
  2143. Thinkful - Number Drills: Blue and red marbles
  2144. Thinkful - Object Drills: Vectors
  2145. Thinkful - String Drills: Hello, World
  2146. Thinkful - String Drills: Repeater level 2
  2147. Thinking & Testing #38: What's the "?"
  2148. Thinking & Testing : Archery contest
  2149. Thinking & Testing : A happy day will come
  2150. Thinking & Testing : Digital swimming pool
  2151. Thinking & Testing : Falsetto Rap Concert
  2152. Thinking & Testing : From nothingness To nothingness
  2153. Thinking & Testing : Hail and Waterfall
  2154. Thinking & Testing : How many "word"?
  2155. Thinking & Testing : How many blocks?
  2156. Thinking & Testing : I hate big and small
  2157. Thinking & Testing : Incomplete string
  2158. Thinking & Testing : Love Forever
  2159. Thinking & Testing : Math of Middle school
  2160. Thinking & Testing : Math of Primary School
  2161. Thinking & Testing : Nebula or Vortex
  2162. Thinking & Testing : Not perfect? Throw away!
  2163. Thinking & Testing : Operator hidden in a string
  2164. Thinking & Testing : Report about something
  2165. Thinking & Testing : Retention and discard
  2166. Thinking & Testing : Retention and discard II
  2167. Thinking & Testing : Safe position
  2168. Thinking & Testing : Something capitalized
  2169. Thinking & Testing : Spatiotemporal index
  2170. Thinking & Testing : Sport Star
  2171. Thinking & Testing : Substring Magic
  2172. Thinking & Testing : Sum of 15(Hetu Luosliu)
  2173. Thinking & Testing : The repair of parchment
  2174. Thinking & Testing : True or False
  2175. Thinking & Testing : Uniq or not Uniq
  2176. Thinking & Testing : Who are you?
  2177. Thinking & Testing : Wind whispers
  2178. Thinking & Testing: A and B?
  2179. This is odd
  2180. This isn't what you think! The Misadventures of Bob the Highly Paid Consultant #2
  2181. THIS n' THAT
  2182. Three added Characters
  2183. Three Dots--Play game Series #8
  2184. Through the Maze
  2185. Throw from list - Error Handling #3
  2186. Thue-Morse Sequence
  2187. Tic-Tac-Toe Checker
  2188. Tic-Tac-Toe-like table Generator
  2189. Ticker
  2190. Tidy Number (Special Numbers Series #9)
  2191. Tidy up the toy shop - refactor with closure / revealing module pattern
  2192. Time Conversion (Minutes to 12-Hour Clock)
  2193. Time Conversion: 12s and 24s
  2194. Time Converter: hours, minutes, seconds and milliseconds
  2195. Time Degrees
  2196. Time formatting from input. Regex kata
  2197. Time Simulation
  2198. Timers
  2199. To BrainFuck Transpiler
  2200. To Do List
  2201. toHonestlyFixed()
  2202. ToLeetSpeak
  2203. Tom's Allergies
  2204. Tombola - validation
  2205. Total Resistance in a Parallel Circuit
  2206. Touching Rectangles
  2207. Tower Defense: Risk Analysis
  2208. Tower of Hanoi
  2209. Track the Ball
  2210. Tracking Hits for Different Sum Values for Different Kinds of Dice
  2211. Tracking Sums in a Process
  2212. Train to remove duplicates from an array with filter()
  2213. Training JS #1: create your first JS function and print "Helloworld!"
  2214. Training JS #10: loop statement --for
  2215. Training JS #11: loop statement --break,continue
  2216. Training JS #12: loop statement --for..in and for..of
  2217. Training JS #13: Number object and its properties
  2218. Training JS #14: Methods of Number object--toString() and toLocaleString()
  2219. Training JS #15: Methods of Number object--toFixed(), toExponential() and toPrecision()
  2220. Training JS #16: Methods of String object--slice(), substring() and substr()
  2221. Training JS #17: Methods of String object--indexOf(), lastIndexOf() and search()
  2222. Training JS #18: Methods of String object--concat() split() and its good friend join()
  2223. Training JS #19: Methods of String object--toUpperCase() toLowerCase() and replace()
  2224. Training JS #2: Basic data types--Number
  2225. Training JS #20: Methods of String object--charAt() charCodeAt() and fromCharCode()
  2226. Training JS #21: Methods of String object--trim() and the string template
  2227. Training JS #22: Unlock new skills--Arrow function,spread operator and deconstruction
  2228. Training JS #23: methods of arrayObject---push(), pop(), shift() and unshift()
  2229. Training JS #24: methods of arrayObject---splice() and slice()
  2230. Training JS #25: methods of arrayObject---reverse() and sort()
  2231. Training JS #26: methods of arrayObject---map()
  2232. Training JS #27: methods of arrayObject---filter()
  2233. Training JS #28: methods of arrayObject---every() and some()
  2234. Training JS #29: methods of arrayObject---concat() and join()
  2235. Training JS #3: Basic data types--String
  2236. Training JS #30: methods of arrayObject---reduce() and reduceRight()
  2237. Training JS #31: methods of arrayObject---isArray() indexOf() and toString()
  2238. Training JS #32: methods of Math---round() ceil() and floor()
  2239. Training JS #33: methods of Math---max() min() and abs()
  2240. Training JS #35: methods of Math---log() and its family
  2241. Training JS #36: methods of Math---kata author's lover:random()
  2242. Training JS #37: Unlock new weapon---RegExp Object
  2243. Training JS #38: Regular Expression--"^","$", "." and test()
  2244. Training JS #39: Regular Expression--"?", "*", "+" and "{}"
  2245. Training JS #4: Basic data types--Array
  2246. Training JS #40: Regular Expression--"|", "[]" and "()"
  2247. Training JS #41: Regular Expression--""
  2248. Training JS #42: Regular Expression--( ?: ), ( ?= ) and ( ?! )
  2249. Training JS #5: Basic data types--Object
  2250. Training JS #6: Basic data types--Boolean and conditional statements if..else
  2251. Training JS #7: if..else and ternary operator
  2252. Training JS #8: Conditional statement--switch
  2253. Training JS #9: loop statement --while and do..while
  2254. Training Random Testcases #2: Palindrome string
  2255. Tram Capacity
  2256. Transform To Prime
  2257. Transforming Maze Solver
  2258. Translate DNA in 6 frames
  2259. Transpose of a Matrix
  2260. Transpose two strings in an array
  2261. Transposing a song
  2262. Traverse array elements diagonally
  2263. Treasure Box
  2264. Tree Depth
  2265. Tree Directory
  2266. Triangle Line Task: Fizz Buzz
  2267. Triangle of Multiples (Easy One)
  2268. Triangle type
  2269. Triangular matrices.
  2270. Tribonacci Sequence
  2271. Trinary
  2272. Triple Shiftian Numbers
  2273. Triple trouble
  2274. Troll Mystery Encoding
  2275. Truck driving time(Level I)
  2276. Trucks Driver Time.
  2277. True Addition
  2278. True Min
  2279. Trumpness detector
  2280. Truncate a string!
  2281. Try and Give me 5
  2282. Tube strike options calculator
  2283. Turn any word into a beef taco
  2284. TV channels
  2285. Twice Their Age
  2286. Two arrays -- Zero rows and zero columns
  2287. Two cube sums
  2288. Two's complement
  2289. Two's Complement
  2290. Type of sum
  2291. Typoglycemia Generator
  2292. UN-usual Sort
  2293. Unary function chainer
  2294. Understanding closures - the basics
  2295. Unicode Madness: 東方名確認 ~ Eastern Title Validator.
  2296. UniDecoder
  2297. Union of Intervals
  2298. Unique digits sequence
  2299. Unique string characters
  2300. Unique Sum
  2301. uniquePush - No Dupes!
  2302. Unit-Test Inception
  2303. Unix command line ls -l extract the file type.
  2304. Unlucky Days
  2305. Unpacking Arguments
  2306. Unsecure login - Hack this code #1
  2307. Unshackle the Beast (uncontrolled components in ReactJS)
  2308. up AND down
  2309. upperCasePlace()
  2310. Upside down numbers
  2311. Upside-Down Numbers - Challenge Edition
  2312. Upside-Down Pyramid Addition...REVERSED!
  2313. Upstream/Downstream
  2314. Upturn Numeral Triangle
  2315. Urban Dictionary
  2316. URI codec (encode/decode)
  2317. UriBuilder
  2318. UVB-76 Message Validator
  2319. Valid Curly Braces (Code Golf)
  2320. Valid GB number plate?
  2321. Valid HK Phone Number
  2322. Vending Machine
  2323. Vertical symmetry on coordinate plane
  2324. Visa application centre
  2325. Visible Dots On a Die
  2326. Vodka festival.
  2327. Volume of a Cuboid
  2328. Vowel Alternations
  2329. Vowel one
  2330. Vowel Shifting
  2331. Vowel-consonant lexicon
  2332. Walk-up Stairs
  2333. Walter's miraculous FizzBuzz factory
  2334. Warm Up for Speed.
  2335. Warrior's adventure
  2336. Waving the Stream
  2337. We are Family
  2338. We are the Robots d[(0)(0)]b
  2339. We need these data immediately!
  2340. Weight of its Contents
  2341. Weighted Grading System
  2342. Weird Factory
  2343. Welcome to Economics! #1 Consumer Price Index
  2344. Welcome to Economics! #2 Economic Surplus
  2345. Well Done Multiplus
  2346. What Happened To My Object?
  2347. What happened to the vowels?
  2348. What is love?
  2349. What The Biggest Search Keys?
  2350. What's a Perfect Power anyway?
  2351. What's in a name?
  2352. What's the pattern?
  2353. What’s the degree?
  2354. When's my birthday ?
  2355. When's the next train to Brighton?
  2356. Where did my Ether go?
  2357. Where do they meet?
  2358. Where is my parent!?(cry)
  2359. Where my anagrams at?
  2360. Which are in?
  2361. Which Gas Station should I pick?
  2362. Whitespace Interpreter
  2363. Who ate the cookie?
  2364. Who can still win the Formula One World Championship?
  2365. Who is going to pay for the wall?
  2366. Who wins the card game?
  2367. Who's the greatest?
  2368. Whole of Names
  2369. Whose bicycle?
  2370. WinH's Kata #2 - JavaScript Array-Parser
  2371. Word Challenges at School
  2372. Word Finder
  2373. Word Patterns
  2374. Word Segmentation: MaxMatch
  2375. Wordify an integer
  2376. Wordsearch
  2377. WordSquare
  2378. Working from Home - Lunchtime Beer
  2379. Working With Coloured Numbers
  2380. Working With Coloured Numbers II
  2381. Working with Dictionaries
  2382. World Bits War
  2383. World Rally Championship
  2384. Wrapped Function
  2385. Write a function to sort a given string into alphabetical order
  2386. Write a letter to your friend (给远方的朋友写封信)
  2387. Write out numbers
  2388. X marks the spot!
  2389. X plus Y Card problem
  2390. xml to object - xml #1
  2391. XOR string reduction
  2392. YaCG: #1 Yet another Card Kata !
  2393. YaCG: #2 One Trick, One Taker.
  2394. YaCG: #3 "no elephant were harmed..."
  2395. Yes No Yes No
  2396. You are a Cube!
  2397. You Can't Code Under Pressure #2
  2398. You're not my type
  2399. Your Ride Is Here
  2400. Zebulan's Nightmare
  2401. Zero fill... for the Queen!
  2402. zero-balanced Array
  2403. Zero-plentiful Array
  2404. Zeros and Ones
  2405. Ziggurat Ride of Fortune
  2406. Zonk game
  2407. 象棋 (Xiangqi/Chinese Chess) Board Validator

Notes

Native BigInts in Node

Native BigInts are available in Node 10.x. JS versions of all BigInt katas (arithmetic operations to numbers represented as strings) should be removed once Node 8.x is deprecated in the future.

Though they should've been removed already anyway since bignumber.js is installed in the environment, which means require would have to be disabled. Which does nothing anyway because people can just copy the entire minified source code from the bignumber.js repo into their solution, and things go out of hand very quickly with this.

Clone this wiki locally