List of JavaScript Kata to Update - codewars/content-issues GitHub Wiki

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.

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.

List of Node 12.x Kata

The following failed to upgrade to Node 14.x/18.x automatically.

  1. Bresenham Circle Algorithm
  2. Ludicrous Coloured Triangles

List of Node 10.x kata

The following failed to update automatically by prepending const Test = require('@codewars/test-compat'); to tests.

  1. Brick by Boring Brick - Mathematical expression interpreter
  2. Mad Mathematician's Calculator (Basic Version)
  3. Mad Mathematician's Calculator (Hardcore Version)
  4. one line task : date converter (not that date, the other one)

List of Node 8.x Kata

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