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