Skip to content

List of JavaScript Kata to Update

Blind4Basics edited this page Jul 21, 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 pack his coal basket!
  963. Help Suzuki purchase his Tofu!
  964. Help the general decode secret enemy messages.
  965. Help your fellow warrior!
  966. Help Yumi collect all the rings. Part 1
  967. Heroes of Might & Magic II: One-on-One
  968. Heroes of Might & Magic II: Chain Lightning
  969. Hex class
  970. Hex to base64
  971. Hex Word Sum
  972. hidden key
  973. Hide from the Sun
  974. Hide password from jdbc url
  975. Hide phone numbers
  976. Highest number with two prime factors
  977. Hit Count
  978. Hofstadter Q
  979. Hold'em Holecard Combinatorics
  980. Holiday I - Temperature in Bali
  981. Holiday IV - Leg Room
  982. Holiday IX - Transit Leg Massage
  983. Holiday VI - Shark Pontoon
  984. Holiday X - Bintang Vests
  985. Hollow Triangle
  986. Homogenous arrays
  987. Horror Top Trumps (card game)
  988. House of cards
  989. How deep do these trees even go?
  990. How far can you pedal a bike???
  991. How Green Is My Valley?
  992. How long should you cook this for?
  993. How long will it take the train to reach its final destination?
  994. How low do you go?
  995. How many are smaller than me II?
  996. How many consecutive numbers are needed?
  997. How many cows do you have?
  998. How Many Differences of Squares?
  999. How many dots are covered
  1000. How many eggs?
  1001. How many feelings?
  1002. How many numbers III?
  1003. How Many Numbers?
  1004. How Many Numbers? II
  1005. How many palindromes can you find ? (performance)
  1006. How many stairs will Suzuki climb in 20 years?
  1007. How many times should I go?
  1008. How much coffee do you need?
  1009. How Much Lines
  1010. How much tax?
  1011. How much Wood?
  1012. How old will I be in 2099?
  1013. HTML DOM: Part 1 - Tree
  1014. HTML DOM: Part 2 - Attributes
  1015. Huffman Encoding
  1016. Human Friendly Random Numbers
  1017. Human readable duration format
  1018. Human readable working hours
  1019. Hungarian Vowel Harmony (harder)
  1020. I guess this is a 6kyu kata #10: Emotion of sentences
  1021. I guess this is a 6kyu kata #2: Merge strings
  1022. I guess this is a 6kyu kata #3: Trim the Christmas tree
  1023. I guess this is a 6kyu kata #5: Whac-A-Mole
  1024. I guess this is a 7kyu kata #1: Search result
  1025. I guess this is a 7kyu kata #4: Find 0 and 1
  1026. I guess this is a 7kyu kata #6: Fruit Ninja I
  1027. I love big nums and I cannot lie
  1028. I need a lookup quick!
  1029. I need more speed!
  1030. I Promise Not To Optimize
  1031. I Spy
  1032. I'm already Tracer
  1033. I'm longer than you!
  1034. Ideal electron distribution
  1035. Identify the array's ordering
  1036. Image Files Only
  1037. Image Processing
  1038. Imaginary Base Conversion
  1039. Imperfect Fibonacci Rabbits
  1040. Imperfect Network #1 (duplicate messages)
  1041. Imperfect Network #2 (out-of-order messages)
  1042. Implement "The Match" to assign med school graduates to hospitals
  1043. Implement Array.prototype.forEach
  1044. Implement brute force protection
  1045. Implement Debounce
  1046. Implementing a Queue
  1047. Implementing a Queue - Performance Version
  1048. Implied Probability from Fractional Betting Odds
  1049. Indexed capitalization
  1050. Infinite Diceworks: MeanMaxing your rolls
  1051. Infinite Diceworks: MeanMaxing your rolls (Quantum Mechanically)
  1052. Infinite Sequences
  1053. Ins and Outs--Play game Series #6:
  1054. Insane Coloured Triangles
  1055. Insane Permutation Promenade (from AoC 2017 Day 16)
  1056. Insane TA
  1057. Insert Dashes 2
  1058. Insert into xml object - xml #3
  1059. Insert value into an array
  1060. Inserting multiple strings into another string
  1061. Inspiring Strings
  1062. Instant Runoff Voting
  1063. Integer depth
  1064. Integer reduction
  1065. Integer to Musical Pitch Classes
  1066. Integer triangles
  1067. Integer Triangles Having One Angle The Double of Another One
  1068. Integer with the longest Collatz sequence
  1069. Integers Sum Square
  1070. Integers: Recreation One
  1071. Integers: Recreation Two
  1072. Interactive Dictionary
  1073. Interesting Pyramid
  1074. Interlaced Spiral Cipher
  1075. Invalid Input - Error Handling #1
  1076. Inverted school grades
  1077. IP Validation
  1078. IPv4 Parser
  1079. IPv6 address validation and contraction
  1080. IPv6 validator
  1081. Irreducible Sum of Rationals
  1082. Is a Prime?
  1083. Is Divisible By 6 Mk II
  1084. Is Integer Array?
  1085. Is It In?
  1086. Is n divisible by (...)?
  1087. Is there a sequence re-occuring in the list
  1088. Is there an arrow missing ? (Relations - Part1: Reflexivity)
  1089. Is this working?
  1090. Is Undefined?
  1091. Is your period late?
  1092. isAN(value)
  1093. isInt32(int, byteLength)
  1094. ISRC - Significant Figures
  1095. isReallyNaN
  1096. It's Full of Stars
  1097. Iterative Rotation Cipher
  1098. Japanese Romaji-to-Hiragana Converter
  1099. Java format Unicode encoder/decoder
  1100. JavaScript class-like objects
  1101. Javascript filter - 1
  1102. Javascript filter - 2
  1103. Javascript filter - 3
  1104. Javascript from the Inside #1 : Map
  1105. Javascript from the Inside #2: Filter
  1106. Javascript Mathematician
  1107. JavaScript seems to be broken
  1108. Jewel Thief
  1109. Joe_fe's Kata #2
  1110. John and Ann sign up for Codewars
  1111. Join command (simplified)
  1112. Jokes you've been 'awaiting' for ... promise
  1113. Josephus Permutation
  1114. Josephus Survivor
  1115. JS Golfing #1: undefined
  1116. JS Golfing #2: Math.floor
  1117. JS Golfing #3: Math.round
  1118. JS Golfing #4: Math.random
  1119. JS Golfing #5: A Million Times
  1120. JS Golfing #6: String Summation
  1121. JS Golfing #7: Join
  1122. JS Golfing #8: Is it Uppercase?
  1123. JS is Weird: Return a
  1124. JS is Weird: Return fuelstar
  1125. JSON Account Updater
  1126. JSON Parser
  1127. Jumble words
  1128. Jump!
  1129. Jumping Kangaroos
  1130. Jumping Number (Special Numbers Series #4)
  1131. Jurassic Word
  1132. Just Adding and Multiplying
  1133. Kama Sutra Cipher Helper
  1134. Kaprekar Split
  1135. Kaprekar's Routine
  1136. Karnaugh's detonating timer (a k-map primer)
  1137. Kata Impossible I - The Impossible Lottery
  1138. Kebabize
  1139. Keypad horror
  1140. Keys, their drawings and ancient symbols
  1141. Keyword Cipher Helper
  1142. Kids and candies
  1143. KISS - Keep It Simple Stupid
  1144. Knapsack Part 1 - The Greedy Solution
  1145. Kushim the Accountant: Extract $ values from text
  1146. L1: Bartender, drinks!
  1147. Land perimeter
  1148. Large Factorials
  1149. Larger Product or Sum
  1150. Largest Cross Sum
  1151. Largest Elements
  1152. Largest Palindromic Product
  1153. Largest product in a series
  1154. Largest product in a series
  1155. Last
  1156. Last and rich in circle
  1157. Last Digit of an Array
  1158. Last digit of a huge number
  1159. Last digit symmetry
  1160. Last digits of N^2 == N
  1161. Last man standing
  1162. Lat/Long Parser
  1163. Laxative Shot Roulette
  1164. Lazy Chain
  1165. Lazy evaluation
  1166. League Champions
  1167. Left$ and Right$
  1168. Length of words
  1169. Less or Equal
  1170. Let's convert British Pounds to Swiss Franks! (GBP) --> (CHF)
  1171. Let's Play Darts!
  1172. Letter calculator
  1173. Lexicographic Permutations
  1174. Life without primes
  1175. Limit string length - 1
  1176. Linda's speed test
  1177. Line Segments Intersection Point
  1178. Line, Normalization
  1179. Linear Equation Solver
  1180. Linear Regression of Y on X
  1181. Link Up--Play game Series #7
  1182. Linux history and ! command. Series#1 The !! command
  1183. Linux history and ! command. Series#2 The !n command
  1184. Linux history and ! command. Series#3 The !-n command
  1185. Linux history and ! command. Series#4 The !string command
  1186. Linux history and ! command. Series#5 The !?string command
  1187. List Comprehensions
  1188. Lists and Objects - Top Trump Optimizer
  1189. Live and Let Dice ...roll
  1190. Live Chess Ratings
  1191. Localize The Barycenter of a Triangle
  1192. Logic Calculator - Puzzles #3
  1193. Logical Disjunctions
  1194. Logistic Map
  1195. Long Division
  1196. Longest Consecutive Sequence of Squares
  1197. Longest palindrome
  1198. Longest Word in Dictionary
  1199. Loose Change
  1200. Loose Change!
  1201. Lorraine Wants to Win the TV Contest
  1202. Lost number in number sequence
  1203. Lost numbers
  1204. Lottery machine
  1205. Lottery Ticket
  1206. Lowercase strings in array
  1207. Lowest product of 4 consecutive numbers
  1208. LRU Cache
  1209. Lucas numbers
  1210. Lucas-Lehmer Test for Mersenne Primes
  1211. Luck check
  1212. Lucky Sevens
  1213. Lychrel numbers
  1214. LZW Compression - Squeeze that data!
  1215. LZW Compression (and decompression)
  1216. Mad Max: Recursion Road
  1217. Madhav array
  1218. Magic Square Validator
  1219. Magic The Gathering #2: Mana
  1220. Magic The Gathering #3: Spell Stack
  1221. Mahjong - #2 Seven-pairs
  1222. Mahjong - #3 How far from winning
  1223. Mahjong - #4 Play with imagination!
  1224. Mahjong winning hand Validation #1: DA SI XI(大四喜)
  1225. Mahjong winning hand Validation #2: DA SAN YUAN(大三元)
  1226. Mahjong winning hand Validation #4: JIU LIAN BAO DENG(九莲宝灯)
  1227. Mahjong winning hand Validation #5: YI SE SI BU GAO(一色四步高)
  1228. Make a 1 to n sequence
  1229. Make a Palindrome
  1230. Make a square box!
  1231. Make acronym
  1232. Make Object Into Iterable Array
  1233. Make the Deadfish Swim
  1234. Make the small words big!
  1235. makeAcronym
  1236. makeBackronym
  1237. Making Change
  1238. Making Change: Part 2
  1239. Making Copies
  1240. Making squares with lines
  1241. Man in the west
  1242. Manage the Robot Factory: Day 1
  1243. Manipulate URL Parameters
  1244. Manipulating financial time-series
  1245. Many Maps As One
  1246. Map and Filter to Get a Special Sequence of Integers
  1247. Map function issue
  1248. Marching armies
  1249. Markings to White Triangles and How to Find Them
  1250. Masquerade Waiting Line
  1251. Master your primes: sieve with memoization
  1252. Mastermind Hint Pegs
  1253. Math Issues
  1254. Math Object Madness
  1255. Matrix creation
  1256. Matrix Multiplier
  1257. Matrix Rotation
  1258. Matrix Square Up, B!
  1259. Max number of people and year in a specific place
  1260. Max-min arrays
  1261. Maxed Out
  1262. Maximum Product of Parts
  1263. Maximum Product
  1264. Maya Number Converter
  1265. Meme Maker
  1266. Memesorting
  1267. Memoized Log Cutting
  1268. Memory Reallocation
  1269. Merge two arrays
  1270. MergeSort "merge" function
  1271. Message from Aliens
  1272. Messing with the Elements
  1273. Meta-Kata: Duplicate Detector v0.1
  1274. Metaprogramming: Lisp-style Generic Functions
  1275. Method For Counting Total Occurence Of Specific Digits
  1276. Mid-Endian numbers
  1277. Midpoint inception
  1278. Midtown Navigator
  1279. Miles per gallon to kilometers per liter
  1280. Milliseconds
  1281. Min Factor Distance
  1282. Min or Max of . . .
  1283. Mind the Gap
  1284. Mine Sweeper
  1285. Minimum dollar bill's count
  1286. Minimum Number of Coins
  1287. Minimum path in squares
  1288. Minimum Reduction
  1289. Minimum Steps (Array Series #6)
  1290. Minimum unfairness of a list/array
  1291. Miracle Sort
  1292. Missing Alphabet
  1293. Missing Angle
  1294. Missing Generator
  1295. Missing number in Unordered Arithmetic Progression
  1296. Mission: Hidden Message
  1297. Mixbonacci
  1298. mkdir -p
  1299. Mnemo Passwords : pwgen
  1300. Mnemonic Lookup
  1301. Modulo operations of big Numbers
  1302. Monads: The Maybe Monad
  1303. Monads: The list monad
  1304. Money Match: Double or Nothing
  1305. Mongodb ObjectID
  1306. Monkey Talk
  1307. Monkey Tennis - The Aftermath
  1308. Monkey's MATH 01: How many "ZERO"s?
  1309. MONTE CARLO 3D
  1310. month name story
  1311. Months, Weeks, Days, Hours and Minutes
  1312. Most Consecutive Zeros of a Binary Number
  1313. Most Frequent Weekdays
  1314. Most frequently used words in a text
  1315. Mount Events in ReactJS
  1316. Mountain View
  1317. Moves in squared strings (I)
  1318. Moves in squared strings (II)
  1319. Moves in squared strings (III)
  1320. Moves in squared strings (IV)
  1321. Moving element in an array
  1322. Mr. Freeze
  1323. MTV Cribs
  1324. Multi Line Task: Fizz Buzz
  1325. Multi Line Task: GCD Function
  1326. Multi Line Task++: Hello World
  1327. Multi Line Task∞: Hello World
  1328. Multiple implications
  1329. Multiple remainder of the division
  1330. Multiple Shots at Victory
  1331. Multiples by permutations
  1332. Multiples By Permutations II
  1333. Multiples of 3 and 5 redux
  1334. Multiplication - Generators #2
  1335. Multiplication sequence - part 1
  1336. Multiplicative Persistence... What's special about 277777788888899?
  1337. Multiply a very large number
  1338. Multiply characters
  1339. Multiply list by integer (with restrictions)
  1340. Multiply the number
  1341. Multiply Word in String
  1342. multiply(value, times)
  1343. Mutate My Strings
  1344. Mutual Recursion
  1345. myjinxin katas #001 : Rotate, Remove, Rerurn
  1346. myjinxin katas #002 : Hotel room number
  1347. myjinxin katas #003 : Crossword puzzle
  1348. myjinxin katas #004 : Soldier's queue training(easy version)
  1349. myjinxin katas #005 : Age Of Wind
  1350. myjinxin's Fairy tales #001 : Aladdin's lamp and three wishes
  1351. myjinxin's Fairy tales #002 : Ali Baba and the Forty Thieves I
  1352. myjinxin's Fairy tales #003 : Ali Baba and the Forty Thieves II
  1353. myjinxin's Fairy tales #004 : Ali Baba and the Forty Thieves III
  1354. myjinxin's Fairy tales #005 : The little match girl
  1355. Mystery Function
  1356. Mystery function #1
  1357. Mystery function #2
  1358. N High Scores
  1359. N smallest elements in original order
  1360. n-Bonacci Ratio
  1361. N-centered Array
  1362. N-Parasitic Numbers Ending in N
  1363. N00bify - English to n00b Translator
  1364. Name Array Capping
  1365. Name on billboard
  1366. Name Shuffler
  1367. Name That Integer
  1368. Name to Matrix
  1369. Narcissistic Numbers
  1370. Natas Recipes
  1371. National Bath Safety Month
  1372. NATO Phonetic Alphabet
  1373. Natural Log Approximator
  1374. Naughty or Nice?
  1375. Needles in a haystack
  1376. Negation of a Value
  1377. Nesting Structure Comparison
  1378. new Deck() of Cards
  1379. new IntStorage(byteLength, ints).read(from, count);
  1380. new IntStorage(byteLength).write(value, length)
  1381. new with apply
  1382. Next Featured Number Higher than a Given Value
  1383. Next Largest Value (by rearranging the last digit and the last by one if neccessary)
  1384. Next Palindromic Number.
  1385. Next smaller number with the same digits
  1386. Nickname Generator
  1387. NIM the game
  1388. Ninety Nine Thousand Nine Hundred Ninety Nine
  1389. Ninja vs Samurai: Attack + Block
  1390. Ninja vs Samurai: Strike
  1391. No Duplicates Here
  1392. No Loops 1 - Small enough?
  1393. No Loops 2 - You only need one
  1394. No Return #2: Test the Devices
  1395. No Return #3: Solve the Equation
  1396. Node.js Async I/O
  1397. Non Decomposable Primes as Sums of Perfect Squares
  1398. Non-even substrings
  1399. None shall pass
  1400. noobCode 03: CHECK THESE LETTERS... see if letters in "String 2" are present in "String 1"
  1401. noobCode 04: HOT SINGLES...compare two arrays, return the unpaired items !
  1402. NOP
  1403. Normal number
  1404. Normalizing Out of Range Array Indexes
  1405. Not 3 in a row
  1406. Not all but sometimes all
  1407. Not prime numbers
  1408. Not Quine
  1409. Not so black box
  1410. Not that obvious summation
  1411. Not very secure
  1412. Now that's a crib!
  1413. Noye's Fludde
  1414. NSA Phone Tapping
  1415. NSA's Little Puzzle
  1416. nth Floyd line
  1417. Nth Smallest Element (Array Series #4)
  1418. Nth term - Linear Sequences
  1419. Nuclear Missile Manager
  1420. Number , number ... wait LETTER !
  1421. Number climber
  1422. Number Decoding
  1423. Number Manipulation I (Easy)
  1424. Number of anagrams in an array of words
  1425. Number of Folds
  1426. Number of measurements to spot the counterfeit coin
  1427. Number of Palindromic Substrings
  1428. Number of permutations without repetitions
  1429. Number of Proper Fractions with Denominator d
  1430. Number Shortening Filter
  1431. number with 3 roots.
  1432. Number-like counter
  1433. Number-Star ladder
  1434. Number.prototype.toDecimal
  1435. Numbers and its Reversal Having Same Prime Factors.
  1436. Numbers in different systems
  1437. Numbers in strings
  1438. Numbers that are a power of their sum of digits
  1439. Numbers Which Sum of Powers of Its Digits Is The Same Number
  1440. Numbers' Plus Pattern
  1441. Numerical Palindrome #1
  1442. Numerical Palindrome #2
  1443. Numerical Palindrome #3
  1444. Numerical Palindrome #3.5
  1445. Numerical Palindrome #4
  1446. Numerical Palindrome #5
  1447. Numerology
  1448. NxN Connect X
  1449. Obfuscation confusion - Bug Fixing #10
  1450. Object to Array
  1451. object to xml - xml #2
  1452. Objectify all the strings
  1453. Odd Not Prime
  1454. Odd-heavy Array
  1455. Odds-Index
  1456. Offload your work!
  1457. Offspring Traits
  1458. Oh come on! Hello world! once again?
  1459. Oh dear God! Is it bugged?
  1460. Oktober Fest: Bjorg's Got A Drinking Problem
  1461. Old Greg's Binary Fingers
  1462. Once
  1463. One down
  1464. One graph or multiple ones ?
  1465. One Line : Bit Calculator
  1466. One line kata: Sum Multiples of 3 and 5
  1467. One Line Task: 'for' fun
  1468. One Line Task: Diamond Creator Pro
  1469. One Line Task: Making Pizza
  1470. One line task: Multiples of 3 and 5
  1471. One Line Task: Paint The Walls Of Office
  1472. One line task: Square a number Without *, + or Math.pow()
  1473. One line task: Square Every Digit
  1474. One Line Task: String Isomorphism
  1475. One Line Task: The Special Downward Step
  1476. One Line Task: Upside-Down Pyramid Addition...REVERSED
  1477. One Line Wonder: Sum All Even Fibonacci Numbers
  1478. One Line: Even Check
  1479. One Line: Even Odd Converter
  1480. One Variable Second Degree Equation Solver
  1481. Ones' Complement
  1482. Onion array
  1483. Ookkk, Ok, O? Ook, Ok, Ooo!
  1484. Operation - Steal the Election!
  1485. Optimum coding school location
  1486. Oracle: Coin Method
  1487. Ordinal Numbers
  1488. Ore Numbers
  1489. Organise duplicate numbers in list
  1490. ORing arrays
  1491. Orthogonal Vectors
  1492. Pack the box.
  1493. PaginationHelper
  1494. Palindrome for your Dome
  1495. Palindrome integer composition
  1496. Palindromes with a slight twist: vowels & consonants assessed separately
  1497. Palindromic Mnemonics
  1498. Paragraph Setting: Align Left
  1499. Parallel resistors
  1500. Parity bit - Error detecting code
  1501. Parse a linked list from a string
  1502. Parse all my XML please - Angular #1
  1503. Parse HTML/CSS Colors
  1504. Parse this function! - Puzzles #7
  1505. Parsing musical notes into MIDI
  1506. Part 1: Evil Programming Government Restrictions
  1507. Partial Word Searching
  1508. Partially equal objects
  1509. Partition On
  1510. Path Finder #2: shortest path
  1511. Path Finder #3: the Alpinist
  1512. Path Finder #4: where are you?
  1513. Path Finder #5: there's someone here
  1514. Paths in the Grid
  1515. Paul Cipher & Kevin Arnold
  1516. PC upgrade specs using HOC in ReactJS
  1517. Peak array index
  1518. Peel the Pairs
  1519. Pentabonacci
  1520. Percentage of amino acids
  1521. Perfect Square.
  1522. Permutation position
  1523. Permutation Average
  1524. Permutation by number
  1525. Permutational Primes
  1526. Permutations - Generators #4
  1527. Permutations Of An Array And Associated Values
  1528. Permute a Palindrome
  1529. Personalising Spammy Marketing Emails
  1530. Personalized brand list
  1531. Pete, the baker
  1532. Physics - Mechanics - Atwood Machines in Series
  1533. Piano Kata, Part 1
  1534. Piano Kata, Part 2
  1535. pick a set of first elements
  1536. Pig Sursurunga
  1537. Pillow on the Fridge
  1538. Ping-Pong service problem
  1539. Pinocchio's polygraph.
  1540. Pitches and Notes
  1541. Pizza Payments
  1542. Plants and Zombies
  1543. Play FlappyBird : Advance Bravely
  1544. Play PacMan : Devour all
  1545. Play PingPong : Precise control
  1546. Play Tetris : Shape anastomosis
  1547. Player Contact Manager
  1548. Player Methods - Dungeon crawler #2
  1549. Playing on a chessboard
  1550. Playing with Sets : Complement
  1551. Playing with Sets : Equal or Not ?
  1552. Playing with Sets : Intersection
  1553. Playing with Sets : Sup/Sub
  1554. Playing with types
  1555. Plenty of Fish in the Pond
  1556. Plus - minus - plus - plus - ... - Count
  1557. Plus - minus - plus - plus - ... - Sum
  1558. Podcast Speed Listening Calculator
  1559. Pokemon Go
  1560. Pokemon Go - Extended Edition
  1561. PokerHelper lvl. 1
  1562. Pole Vault Starting Marks
  1563. Polish alphabet
  1564. Polygon Orientation
  1565. Poor man's spreadsheet API
  1566. Portion of Array
  1567. Possibilities of throwing a coin n times
  1568. Possible Triangles Formed with Available Iron Rods
  1569. Potenciation
  1570. Potion Class 101
  1571. Power
  1572. Power .bind()
  1573. Power 2
  1574. Power Laws
  1575. Powers of 3
  1576. Powers of i
  1577. Practical Interview Prep: Binary Search Tree .contains()
  1578. Practical Interview Prep: Binary Search Tree .push()
  1579. Pre-FizzBuzz Workout #1
  1580. Prefix Permutation
  1581. Presentation order
  1582. Preserve the order !
  1583. Pretty date
  1584. Price is right
  1585. Price of Mangoes
  1586. Prime reduction
  1587. Prime reversion
  1588. Prime Word
  1589. Primes in numbers
  1590. Primitive Pythagorean Triples
  1591. Primorial Of a Number
  1592. Print a Rectangle Using Asterisks
  1593. Print count and numbers
  1594. Print number with character
  1595. PRNG: Linear Congruential Generator
  1596. Process Waterfowl Survey Data Results
  1597. Product Array (Array Series #5)
  1598. Product ID from URL
  1599. Product of Adjacent Grid Numbers
  1600. Product of consecutive Fib numbers
  1601. Product Of Maximums Of Array (Array Series #2)
  1602. Product of the main diagonal of a square matrix.
  1603. Product-Sum Numbers
  1604. Program a Calculator #1 - Points in 3D Space
  1605. Program a Calculator #2 - 3D Vectors
  1606. Progressive Spiral Number Branch
  1607. Progressive Spiral Number Distance
  1608. Progressive Spiral Number Position
  1609. Promises Made and Broken: The Misadventures of Bob the Highly Paid Consultant
  1610. Proofreading task: find all duplicate words in a multilingual text
  1611. Protein Synthesis: From DNA to Polypeptide
  1612. Puzzle Fighter
  1613. Pythagorean Triplets
  1614. PythonSlice
  1615. Quadratic Enumerator
  1616. Quadruple M
  1617. Quantum Bogosort
  1618. Quartile methods
  1619. Queue Battle
  1620. Queue time counter
  1621. Quick (n choose k) calculator
  1622. Quicksum
  1623. Quidditch Scoreboard
  1624. Quipu Calculator
  1625. Random case
  1626. Random number in range
  1627. Randomize Objects
  1628. Range function
  1629. Range of Integers in an Unsorted String
  1630. Rank Vector
  1631. Ranking Appointments
  1632. Ranking System
  1633. Rap-Name Generator
  1634. Ratio of Bouncy Numbers
  1635. Reach Me and Sum my Digits
  1636. React Fun #1: Component types and nesting
  1637. React with JSX
  1638. Read the time
  1639. Readability is King
  1640. Readable developer-friendly large numbers
  1641. Really Complex Sum
  1642. Rearrange Number to Get its Maximum
  1643. Recurrence by Recursion
  1644. Recursion 101
  1645. Recursion #1 - Factorial
  1646. Recursion #2 - Fibonacci
  1647. Recursion: An introduction
  1648. Recursive Averages
  1649. Recursive Floor Sequence
  1650. Recursive Ninja
  1651. Recursive Ninja: Warlords edition
  1652. Reducing by steps
  1653. Reducing Fractions
  1654. Reducing Problems - Bug Fixing #8
  1655. Refactored Greeting
  1656. Regular Expression for Binary Numbers Divisible by n
  1657. Reimplement Multiplication Part 1
  1658. Relatively Prime Numbers
  1659. Remember
  1660. Remove a Specific Element of an Array
  1661. Remove All The Marked Elements of a List
  1662. Remove duplication
  1663. Remove even-count symbol occurrences
  1664. Remove First and Last Character Part Two
  1665. Remove method in Arrays
  1666. Remove the extra lowercase 'a' characters
  1667. Remove Zeros
  1668. ReOrdering
  1669. repeatIt
  1670. Replace Noun Phrases with Pronouns
  1671. Represent array of numbers as ranges
  1672. Retrieve Ether Balance
  1673. Return 2019 but without numbers or letters!
  1674. Return a sorted list of objects
  1675. Return Specifics from an Object.
  1676. Return String of First Characters
  1677. Return the first M multiples of N
  1678. Return TIMESTAMP from date
  1679. Reverse a Number
  1680. Reverse DNS delegation (RFC4183)
  1681. Reverse every other word in the string
  1682. Reverse Letters in Sentence
  1683. Reverse Mode
  1684. Reversed Message
  1685. reverseIt
  1686. Reverser
  1687. Reversi row rudiments
  1688. Rithm Series: Frame a Phrase Simple
  1689. Roasting Chicken
  1690. Robbing Rövarspråket
  1691. RoboScript #5 - The Final Obstacle (Implement RSU)
  1692. Robot Vacuum Cleaner
  1693. Robotic Tattoo Removal
  1694. Rock Paper Scissors Oracle
  1695. Roman numerals converter and validator
  1696. Romanize Russian Road Signs
  1697. ROT13
  1698. ROT13 variant cipher
  1699. Rotate Array (JS)
  1700. Rotate Corners
  1701. Rotate matrix counter - clockwise N - times!
  1702. Rotated string
  1703. Rotation Cipher Cracker
  1704. Round and Padded
  1705. Round by 0.5 steps
  1706. Round to nearest 0 or 5
  1707. Route Calculator
  1708. Routes in a square grid
  1709. Rule 30
  1710. Running out of space
  1711. RuplesJS #1: N Times Do
  1712. RuplesJS #2: String Delete
  1713. RuplesJS #3: String EachChar
  1714. RuplesJS #4: String Formatting
  1715. RuplesJS #5: Range
  1716. Russian plurals
  1717. Russian postal code checker
  1718. Saint Petersburg Paradox Model
  1719. Same Birthday Probability
  1720. Santa wish list form in ReactJS
  1721. SantaClausable Interface
  1722. Sashay, array!
  1723. Satisfying numbers
  1724. Save Private Brain
  1725. Scaling Squared Strings
  1726. Scheduling (Round-Robin)
  1727. Scheduling (Shortest Job First or SJF)
  1728. ScholarStem: Unit 6- Sorting Hat!
  1729. Schrödinger's Boolean
  1730. Scooby Doo Puzzle
  1731. Scrambled Numbers Sorting
  1732. Scraping: Codewars Top 500 Users
  1733. Screen Locking Patterns
  1734. Scrolling Text
  1735. Search and sort names
  1736. search in multidimensional array
  1737. Seating arrangement at a Polyglot Summit
  1738. Second largest in Array
  1739. Secret Agent - Discriminate Missions
  1740. Secret Agent 101: The secret password
  1741. Secret Code
  1742. Secret knock
  1743. Secret Message
  1744. Secret Reverse Language Converter
  1745. See You Next Happy Year
  1746. Seeing Shows at the Edinburgh Fringe!
  1747. Selective Array Reversing
  1748. Selective fear of numbers
  1749. self_converge
  1750. Semi-Optional
  1751. Sentence Calculator
  1752. Sentences with Functions
  1753. Separate The Wheat From The Chaff
  1754. Separating Strings
  1755. Sequence classifier
  1756. Sequence convergence
  1757. Sequence to 1
  1758. Sequences and Series
  1759. Series Forensics
  1760. Set - the card game
  1761. SevenAte9
  1762. Seventh JSON of a seventh JSON
  1763. Sexy Primes <3
  1764. Shakespearean Tug of War
  1765. Share prices
  1766. Sharpen up
  1767. Shop Inventory Manager
  1768. Shorten Me: Array Declaration III (Fibonacci Last Digit)
  1769. Shorten Me: Array Declaration IV (1-30)
  1770. Shorten Me: Array Declaration IX (Variable Types)
  1771. Shorten Me: Array Declaration V (Weekday & Weekend)
  1772. Shorten Me: Array Declaration VI (Months)
  1773. Shorten Me: Array Declaration VII (Alphabets)
  1774. Shorten Me: Array Declaration VIII (Musical Scales)
  1775. Shorten Me: Array Declaration X (O-I-II)
  1776. Shorten Me: Array Declaration XI (Triangle)
  1777. Shorten Me: Array Declaration XII (Constants)
  1778. Shorten Me: Mad Mathematician's Algorithm VI (Power)
  1779. shorter concat [reverse longer]
  1780. Shortest Code : Are they symmetrical?
  1781. Shortest code : Balance Attraction
  1782. Shortest Code : Eat watermelon
  1783. Shortest Code : Find the murderer
  1784. Shortest Code : Guess the Hat
  1785. Shortest Code : Jumping Dutch act
  1786. Shortest Code : Planting Trees
  1787. Shortest Code : Reading a Book
  1788. Shortest Code : Regular expression compression
  1789. Shortest Code : Remove screws I
  1790. Shortest Code : Special factor
  1791. Shortest code : Tidy up the room
  1792. Shortest Code : Waiting for a Bus
  1793. Shortest code: Bug in Apple
  1794. Shortest Code: Collatz Array(Split or merge)
  1795. Shortest code: Father and Son
  1796. Shortest code: Give me the equation
  1797. Shortest code: Max Value
  1798. Shortest Code: Symmetric Sort
  1799. Shortest Code: Trypophobia
  1800. Shortest code: Virus in Apple
  1801. Shortest Knight Path
  1802. Shortest steps to a number
  1803. Shrink the maze!
  1804. SillyCASE
  1805. Simple division
  1806. Simple arithmetic progression
  1807. Simple Arithmetics on X
  1808. Simple array product
  1809. Simple Blackjack
  1810. Simple Change Machine
  1811. Simple Comparison?
  1812. Simple consecutive pairs
  1813. Simple CSS selector comparison
  1814. Simple digit code breaker
  1815. Simple directions reversal
  1816. Simple equation reversal
  1817. Simple Events
  1818. Simple eviternity numbers
  1819. Simple fibonacci strings
  1820. Simple fraction to mixed number converter
  1821. Simple frequency sort
  1822. Simple Fun #364: Not Too Random
  1823. Simple Fun #365: Remove Number Game I
  1824. Simple Fun #377: The Visible Posters II
  1825. Simple Interest and Compound Interest
  1826. Simple Julian date
  1827. Simple letter removal
  1828. Simple Maths Test
  1829. Simple max digit sum
  1830. Simple Memory Manager
  1831. Simple missing sum
  1832. Simple nearest prime
  1833. Simple non-decreasing array
  1834. Simple number sequence
  1835. Simple palindrome game
  1836. Simple parenthesis removal
  1837. Simple Physics Problem
  1838. Simple prime streaming
  1839. Simple repeated words
  1840. Simple reversal game
  1841. Simple reversed parenthesis
  1842. Simple rotated palindromes
  1843. Simple Ruby code formatter
  1844. Simple safecracking
  1845. Simple Simple Simple String Expansion
  1846. Simple string characters
  1847. Simple string division
  1848. Simple string division II
  1849. Simple string expansion
  1850. Simple string indices
  1851. Simple string matching
  1852. Simple string reversal
  1853. Simple string reversal II
  1854. Simple Substitution Cipher Helper
  1855. Simple sum of pairs
  1856. Simple template
  1857. Simple Time Bomb
  1858. Simple time difference
  1859. Simple Web Framework #1: Create a basic router
  1860. simpleLog
  1861. Simplify the number!
  1862. Simplifying multilinear polynomials
  1863. Simulating a Multiserver Queue
  1864. Simultaneous Equations - Three Variables
  1865. Single character palindromes
  1866. Single character palindromes II
  1867. Single-Use Tickets: Don't Let Anyone Sneak In!
  1868. Singleton Pattern
  1869. Sir , showMe yourID
  1870. Slamming Lockers
  1871. Sleepy Seals
  1872. sliceBits(int, from, count)
  1873. Sliding Puzzle Solver
  1874. Slow Looping
  1875. Smallest Pair Sum
  1876. Smallest possible sum
  1877. Smart Sum
  1878. Smart Toaster
  1879. Smith number
  1880. Smooth numbers
  1881. SMS Lottery Bet Validator
  1882. SMS Shortener
  1883. Soccer Fixtures Results Table
  1884. Socialist distribution
  1885. Solomon's Quest for the Temporal Crystal
  1886. Solve For X
  1887. solve from sums
  1888. Solve Rubik 's Cube by repetition
  1889. Solving Quadratics
  1890. Some Circles
  1891. Some First Primes With Two Digits
  1892. Something 's fishy...
  1893. Sort a 2D array
  1894. Sort and Transform
  1895. sort array by last character
  1896. Sort it out!
  1897. Sort Letters Sum Numbers
  1898. Sort My Shopping
  1899. Sort rectangles and circles by area
  1900. Sort the climbing grades
  1901. Sort the Gift Code
  1902. Sort the Vowels!
  1903. Sorted list
  1904. Sorting Arrays by the Amount of Perfect Squares that Each Element May Generate
  1905. Sorting by bits
  1906. Sorting the Rabbit Hole
  1907. Sorting Time
  1908. Space Invaders Underdog
  1909. Spanish Conjugator
  1910. Spanish Pirates off the Treasure Coast
  1911. Sparse Ruler
  1912. Sparse array split function
  1913. Special Number (Special Numbers Series #5)
  1914. Special Multiples
  1915. Special Scores For Words
  1916. Speech to Text - String Manipulation
  1917. SpeedCode #1 - Getters and Setters in Object Literals
  1918. SpeedCode #2 - Array Madness
  1919. SpeedCode #3 × Fun with ES6 Classes #5 - Dogs and Classes
  1920. SpeedCode #4 × Factory Functions #3 - Artefacts
  1921. Spicy or Not
  1922. Spider man and his enemy
  1923. Spidey Swings Across Town
  1924. Spinning Rings
  1925. Spiral Matrix
  1926. Split an array
  1927. Split and then add both sides of an array together.
  1928. Split In Parts
  1929. Split string for Text-to-Speech API
  1930. Split The Bill
  1931. Sports league table - help your local team!
  1932. Spraying trees
  1933. Spy Function
  1934. Square sums (simple)
  1935. Square-Squeek numbers
  1936. Squarefree Part of a Number
  1937. Squares sequence
  1938. Stack Safe Recursion
  1939. Stargate SG-1: Cute and Fuzzy (Improved version)
  1940. Statistics - Fundamentals
  1941. Statistics for an Athletic Association
  1942. Statistics in Kata 2: AND case - Ball bags
  1943. Steer the Ship
  1944. Steps in k-primes
  1945. Steven's Password Decryption
  1946. Stock Position Size Calculator
  1947. Stone bridge primes
  1948. Stop it, HTML!
  1949. Stop worrying!
  1950. Strange roman numbers
  1951. String array duplicates
  1952. String like [Char]
  1953. String basics
  1954. String Box
  1955. String Breakers
  1956. String character frequency
  1957. String chunks
  1958. String Compression Challenge
  1959. String counting
  1960. String doubles
  1961. String Evaluation
  1962. String formatter
  1963. String Integer Greater-than
  1964. String matchup
  1965. String Merge!
  1966. String reduction
  1967. String Reordering
  1968. String Scramble
  1969. String subpattern recognition I
  1970. String subpattern recognition II
  1971. String subpattern recognition III
  1972. String Templates - Bug Fixing #5
  1973. Strings to numbers
  1974. Strings, strings, strings (Easy)
  1975. Strings, strings, strings (Hard)
  1976. Students' names list
  1977. Stutter function
  1978. Sub-array division
  1979. Subnet Calculating
  1980. Subsequences
  1981. Sum #2
  1982. Sum and Rest the Number with its Reversed and See What Happens
  1983. Sum decomposition
  1984. Sum of (Two) Squares
  1985. Sum of a Sequence [Hard-Core Version]
  1986. Sum of all arguments
  1987. Sum of array singles
  1988. Sum of differences between products and LCMs
  1989. Sum of differences in array
  1990. Sum of digits
  1991. Sum of integer combinations
  1992. Sum of integers in string
  1993. Sum of numerous arguments
  1994. Sum of prime-indexed elements
  1995. Sum Only Numbers
  1996. Sum The Strings: ARRAY EDITION
  1997. Sum up the random string
  1998. Sum with Arrows
  1999. sum2total
  2000. Summarize ranges
  2001. Summy
  2002. Super Class Extensions
  2003. Super Smaaassh Brotheerrrs!
  2004. Superphore Master
  2005. Surface Area and Volume of a Trapezoidal Prism
  2006. Sushi-go-round (Beginner's)
  2007. Suzuki needs help lining up his students!
  2008. Swap the head and the tail
  2009. Swap two elements
  2010. Swap two numbers
  2011. Swapping values (Revamped!)
  2012. Swarm bots - swarm intelligence #1
  2013. Swedish Tipping
  2014. Sweet Dreams are Made of Cheese
  2015. Switch/Case - Bug Fixing #6
  2016. Symbolic differentiation of prefix expressions
  2017. Symbols counted
  2018. Synchonizing records
  2019. T.T.T. #7: Profit or loss
  2020. T.T.T. #8: Reverse all
  2021. T.T.T. #9: Peaks and valleys
  2022. T.T.T.#2: Equal to 24
  2023. T.T.T.#3: Three lifts
  2024. T.T.T.#4: Key of door
  2025. T.T.T.#5: Only you
  2026. T.T.T.#6: nth user
  2027. T.T.T.10: The largest square
  2028. T.T.T.11: Three increasing numbers
  2029. T.T.T.12: Split integer
  2030. T.T.T.13: A game named "Five,Ten,Fifteen,Twenty"
  2031. T.T.T.14: Find the largest "X"
  2032. T.T.T.15: Sort the alarm clock
  2033. T.T.T.16: Warning of Array.map()
  2034. T.T.T.23: Silly birds
  2035. T.T.T.24: Chinese surname (《百家姓》)
  2036. T.T.T.33: Grandfather clock
  2037. T.T.T.38: The sum of each digits
  2038. T.T.T.40: m to n % 9
  2039. T.T.T.41: The maximum profit
  2040. T.T.T.43: The appellation of the Chinese people's age and his zodiac(中国人的年龄和他的生肖称谓)
  2041. T.T.T.53: Fighting for love! Knights of the round
  2042. T.T.T.58: Simple face recognition system
  2043. T.T.T.59: The language from the distant planet
  2044. T.T.T.60: Break all the rules
  2045. T.T.T.61: Alien's magic
  2046. Tabs to spaces
  2047. Tail Call Optimization
  2048. Take a Number And Sum Its Digits Raised To The Consecutive Powers And ....¡Eureka!!
  2049. Take an Arrow to the knee, Functionally
  2050. Take It or Leave It Interview Strategy
  2051. Take the Derivative
  2052. Takeshi's Castle Spy: Knock Knock
  2053. Talisman Board Game Combat System Checker
  2054. Tank coding #1 : simple AIM systems
  2055. Tap Into Mr. Mxyzinjin's Brain
  2056. Tap Into Mr. Mxyzinjin's Matrix
  2057. Tap Into Mr. Mxyzinjin's Safe
  2058. Tap into Mr. Mxyzinjin's Stream
  2059. Tap Into Mr. Mxyzinjin's Toy Safe
  2060. Tap into Reivhax's robot
  2061. Temp Tracker: Max, Min, Mean and Mode
  2062. Template Strings
  2063. Test for semiprime (Mathematics)
  2064. Test Your Knowledge Of Function Scope
  2065. Test's results
  2066. Testing Palindromes
  2067. Testing the Porges hypothesis
  2068. Texas Hold'em Hands
  2069. Text editor feature!
  2070. The 'if' function
  2071. The (nearly) Perfect Mirror
  2072. The 196-algorithm and Lychrel numbers
  2073. The answer to life the universe and everything.
  2074. The Answer to the Ultimate Question of Life, The Universe, and Everything
  2075. The Arpeggiator
  2076. The average length
  2077. The Baby Years III - First Tooth
  2078. The boolean order
  2079. The common directory path
  2080. The Coupon Code
  2081. The Cube Structure
  2082. The Deca Tree
  2083. The Desperate Rocket Scientist
  2084. The Enigma Machine - Part 1: The Plugboard
  2085. The fusc function -- Part 1
  2086. The fusc function -- Part 2
  2087. The good old olden early years
  2088. The Great Pyramid of Giza
  2089. the hidden thief
  2090. The Ice Cream Vendors Dilema
  2091. The Ladies of ENIAC
  2092. The Lamp
  2093. The largest "mirror"
  2094. The learning game - Machine Learning #1
  2095. The longest bracket substring in the string
  2096. The map and the keys
  2097. The maximum sum value of ranges -- Ultimate version
  2098. The money in the bank
  2099. The most asked question on CodeWars
  2100. The Most Repeated Letter.
  2101. The Most Sacred of Days
  2102. The nth smallest integer
  2103. The observed PIN
  2104. The Office I - Outed
  2105. The Office II - Boredom Score
  2106. The Office VII - Expression of Interest
  2107. The old switcheroo
  2108. The old switcheroo 2
  2109. The Overlap Time
  2110. The Owls Are Not What They Seem
  2111. The Park Ranger's Umbrella
  2112. The Power of Exponents
  2113. The Prediction
  2114. The Queen Of Hearts Challenge
  2115. The queen on the chessboard
  2116. The range() function
  2117. The rarest pepe
  2118. The Rhinestone Cowboy ~ Count the dollars in his boots!
  2119. The Shell Game
  2120. The sortReloaded() method
  2121. The Sum and The Rest of Certain Pairs of Numbers have to be Perfect Squares (more Challenging)
  2122. The Supermarket Queue
  2123. The Tale of Two Zeros
  2124. The ugly truth about reduce
  2125. The ugly truth about reduce (ii)
  2126. The ugly truth about reduce (iii)
  2127. The Walker
  2128. The wheat/rice and chessboard problem
  2129. There are two kinds of people
  2130. 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?
  2131. Thinkful - Logic Drills: Red and bumpy
  2132. Thinkful - Number Drills: Blue and red marbles
  2133. Thinkful - Object Drills: Vectors
  2134. Thinkful - String Drills: Hello, World
  2135. Thinkful - String Drills: Repeater level 2
  2136. Thinking & Testing #38: What's the "?"
  2137. Thinking & Testing : Archery contest
  2138. Thinking & Testing : A happy day will come
  2139. Thinking & Testing : Digital swimming pool
  2140. Thinking & Testing : Falsetto Rap Concert
  2141. Thinking & Testing : From nothingness To nothingness
  2142. Thinking & Testing : Hail and Waterfall
  2143. Thinking & Testing : How many "word"?
  2144. Thinking & Testing : How many blocks?
  2145. Thinking & Testing : I hate big and small
  2146. Thinking & Testing : Incomplete string
  2147. Thinking & Testing : Love Forever
  2148. Thinking & Testing : Math of Middle school
  2149. Thinking & Testing : Math of Primary School
  2150. Thinking & Testing : Nebula or Vortex
  2151. Thinking & Testing : Not perfect? Throw away!
  2152. Thinking & Testing : Operator hidden in a string
  2153. Thinking & Testing : Report about something
  2154. Thinking & Testing : Retention and discard
  2155. Thinking & Testing : Retention and discard II
  2156. Thinking & Testing : Safe position
  2157. Thinking & Testing : Something capitalized
  2158. Thinking & Testing : Spatiotemporal index
  2159. Thinking & Testing : Sport Star
  2160. Thinking & Testing : Substring Magic
  2161. Thinking & Testing : Sum of 15(Hetu Luosliu)
  2162. Thinking & Testing : The repair of parchment
  2163. Thinking & Testing : True or False
  2164. Thinking & Testing : Uniq or not Uniq
  2165. Thinking & Testing : Who are you?
  2166. Thinking & Testing : Wind whispers
  2167. Thinking & Testing: A and B?
  2168. This is odd
  2169. This isn't what you think! The Misadventures of Bob the Highly Paid Consultant #2
  2170. THIS n' THAT
  2171. Three added Characters
  2172. Three Dots--Play game Series #8
  2173. Through the Maze
  2174. Throw from list - Error Handling #3
  2175. Thue-Morse Sequence
  2176. Tic-Tac-Toe Checker
  2177. Tic-Tac-Toe-like table Generator
  2178. Ticker
  2179. Tidy Number (Special Numbers Series #9)
  2180. Tidy up the toy shop - refactor with closure / revealing module pattern
  2181. Time Conversion (Minutes to 12-Hour Clock)
  2182. Time Conversion: 12s and 24s
  2183. Time Converter: hours, minutes, seconds and milliseconds
  2184. Time Degrees
  2185. Time formatting from input. Regex kata
  2186. Time Simulation
  2187. Timers
  2188. To BrainFuck Transpiler
  2189. To Do List
  2190. toHonestlyFixed()
  2191. ToLeetSpeak
  2192. Tom's Allergies
  2193. Tombola - validation
  2194. Total Resistance in a Parallel Circuit
  2195. Touching Rectangles
  2196. Tower Defense: Risk Analysis
  2197. Tower of Hanoi
  2198. Track the Ball
  2199. Tracking Hits for Different Sum Values for Different Kinds of Dice
  2200. Tracking Sums in a Process
  2201. Train to remove duplicates from an array with filter()
  2202. Training JS #1: create your first JS function and print "Helloworld!"
  2203. Training JS #10: loop statement --for
  2204. Training JS #11: loop statement --break,continue
  2205. Training JS #12: loop statement --for..in and for..of
  2206. Training JS #13: Number object and its properties
  2207. Training JS #14: Methods of Number object--toString() and toLocaleString()
  2208. Training JS #15: Methods of Number object--toFixed(), toExponential() and toPrecision()
  2209. Training JS #16: Methods of String object--slice(), substring() and substr()
  2210. Training JS #17: Methods of String object--indexOf(), lastIndexOf() and search()
  2211. Training JS #18: Methods of String object--concat() split() and its good friend join()
  2212. Training JS #19: Methods of String object--toUpperCase() toLowerCase() and replace()
  2213. Training JS #2: Basic data types--Number
  2214. Training JS #20: Methods of String object--charAt() charCodeAt() and fromCharCode()
  2215. Training JS #21: Methods of String object--trim() and the string template
  2216. Training JS #22: Unlock new skills--Arrow function,spread operator and deconstruction
  2217. Training JS #23: methods of arrayObject---push(), pop(), shift() and unshift()
  2218. Training JS #24: methods of arrayObject---splice() and slice()
  2219. Training JS #25: methods of arrayObject---reverse() and sort()
  2220. Training JS #26: methods of arrayObject---map()
  2221. Training JS #27: methods of arrayObject---filter()
  2222. Training JS #28: methods of arrayObject---every() and some()
  2223. Training JS #29: methods of arrayObject---concat() and join()
  2224. Training JS #3: Basic data types--String
  2225. Training JS #30: methods of arrayObject---reduce() and reduceRight()
  2226. Training JS #31: methods of arrayObject---isArray() indexOf() and toString()
  2227. Training JS #32: methods of Math---round() ceil() and floor()
  2228. Training JS #33: methods of Math---max() min() and abs()
  2229. Training JS #35: methods of Math---log() and its family
  2230. Training JS #36: methods of Math---kata author's lover:random()
  2231. Training JS #37: Unlock new weapon---RegExp Object
  2232. Training JS #38: Regular Expression--"^","$", "." and test()
  2233. Training JS #39: Regular Expression--"?", "*", "+" and "{}"
  2234. Training JS #4: Basic data types--Array
  2235. Training JS #40: Regular Expression--"|", "[]" and "()"
  2236. Training JS #41: Regular Expression--""
  2237. Training JS #42: Regular Expression--( ?: ), ( ?= ) and ( ?! )
  2238. Training JS #5: Basic data types--Object
  2239. Training JS #6: Basic data types--Boolean and conditional statements if..else
  2240. Training JS #7: if..else and ternary operator
  2241. Training JS #8: Conditional statement--switch
  2242. Training JS #9: loop statement --while and do..while
  2243. Training Random Testcases #2: Palindrome string
  2244. Tram Capacity
  2245. Transform To Prime
  2246. Transforming Maze Solver
  2247. Translate DNA in 6 frames
  2248. Transpose of a Matrix
  2249. Transpose two strings in an array
  2250. Transposing a song
  2251. Traverse array elements diagonally
  2252. Treasure Box
  2253. Tree Depth
  2254. Tree Directory
  2255. Triangle Line Task: Fizz Buzz
  2256. Triangle of Multiples (Easy One)
  2257. Triangle type
  2258. Triangular matrices.
  2259. Tribonacci Sequence
  2260. Trinary
  2261. Triple Shiftian Numbers
  2262. Triple trouble
  2263. Troll Mystery Encoding
  2264. Truck driving time(Level I)
  2265. Trucks Driver Time.
  2266. True Addition
  2267. True Min
  2268. Trumpness detector
  2269. Truncate a string!
  2270. Try and Give me 5
  2271. Tube strike options calculator
  2272. Turn any word into a beef taco
  2273. TV channels
  2274. Twice Their Age
  2275. Two arrays -- Zero rows and zero columns
  2276. Two cube sums
  2277. Two's complement
  2278. Two's Complement
  2279. Type of sum
  2280. Typoglycemia Generator
  2281. UN-usual Sort
  2282. Unary function chainer
  2283. Understanding closures - the basics
  2284. Unicode Madness: 東方名確認 ~ Eastern Title Validator.
  2285. UniDecoder
  2286. Union of Intervals
  2287. Unique digits sequence
  2288. Unique string characters
  2289. Unique Sum
  2290. uniquePush - No Dupes!
  2291. Unit-Test Inception
  2292. Unix command line ls -l extract the file type.
  2293. Unlucky Days
  2294. Unpacking Arguments
  2295. Unsecure login - Hack this code #1
  2296. Unshackle the Beast (uncontrolled components in ReactJS)
  2297. up AND down
  2298. upperCasePlace()
  2299. Upside down numbers
  2300. Upside-Down Numbers - Challenge Edition
  2301. Upside-Down Pyramid Addition...REVERSED!
  2302. Upstream/Downstream
  2303. Upturn Numeral Triangle
  2304. Urban Dictionary
  2305. URI codec (encode/decode)
  2306. UriBuilder
  2307. UVB-76 Message Validator
  2308. Valid Curly Braces (Code Golf)
  2309. Valid GB number plate?
  2310. Valid HK Phone Number
  2311. Vending Machine
  2312. Vertical symmetry on coordinate plane
  2313. Visa application centre
  2314. Visible Dots On a Die
  2315. Vodka festival.
  2316. Volume of a Cuboid
  2317. Vowel Alternations
  2318. Vowel one
  2319. Vowel Shifting
  2320. Vowel-consonant lexicon
  2321. Walk-up Stairs
  2322. Walter's miraculous FizzBuzz factory
  2323. Warm Up for Speed.
  2324. Warrior's adventure
  2325. Waving the Stream
  2326. We are Family
  2327. We are the Robots d[(0)(0)]b
  2328. We need these data immediately!
  2329. Weight of its Contents
  2330. Weighted Grading System
  2331. Weird Factory
  2332. Welcome to Economics! #1 Consumer Price Index
  2333. Welcome to Economics! #2 Economic Surplus
  2334. Well Done Multiplus
  2335. What Happened To My Object?
  2336. What happened to the vowels?
  2337. What is love?
  2338. What The Biggest Search Keys?
  2339. What's a Perfect Power anyway?
  2340. What's in a name?
  2341. What's the pattern?
  2342. What’s the degree?
  2343. When's my birthday ?
  2344. When's the next train to Brighton?
  2345. Where did my Ether go?
  2346. Where do they meet?
  2347. Where is my parent!?(cry)
  2348. Where my anagrams at?
  2349. Which are in?
  2350. Which Gas Station should I pick?
  2351. Whitespace Interpreter
  2352. Who ate the cookie?
  2353. Who can still win the Formula One World Championship?
  2354. Who is going to pay for the wall?
  2355. Who wins the card game?
  2356. Who's the greatest?
  2357. Whole of Names
  2358. Whose bicycle?
  2359. WinH's Kata #2 - JavaScript Array-Parser
  2360. Word Challenges at School
  2361. Word Finder
  2362. Word Patterns
  2363. Word Segmentation: MaxMatch
  2364. Wordify an integer
  2365. Wordsearch
  2366. WordSquare
  2367. Working from Home - Lunchtime Beer
  2368. Working With Coloured Numbers
  2369. Working With Coloured Numbers II
  2370. Working with Dictionaries
  2371. World Bits War
  2372. World Rally Championship
  2373. Wrapped Function
  2374. Write a function to sort a given string into alphabetical order
  2375. Write a letter to your friend (给远方的朋友写封信)
  2376. Write out numbers
  2377. X marks the spot!
  2378. X plus Y Card problem
  2379. xml to object - xml #1
  2380. XOR string reduction
  2381. YaCG: #1 Yet another Card Kata !
  2382. YaCG: #2 One Trick, One Taker.
  2383. YaCG: #3 "no elephant were harmed..."
  2384. Yes No Yes No
  2385. You are a Cube!
  2386. You Can't Code Under Pressure #2
  2387. You're not my type
  2388. Your Ride Is Here
  2389. Zebulan's Nightmare
  2390. Zero fill... for the Queen!
  2391. zero-balanced Array
  2392. Zero-plentiful Array
  2393. Zeros and Ones
  2394. Ziggurat Ride of Fortune
  2395. Zonk game
  2396. 象棋 (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