Skip to content

List of JavaScript Kata to Update

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