codewars

所属分类:JavaScript/JQuery
开发工具:JavaScript
文件大小:0KB
下载次数:0
上传日期:2023-03-04 06:39:10
上 传 者sh-1993
说明:  Codewars是一个名为Kata的网站,程序员可以在这里训练编程挑战。这是我的职业知识库...
(Codewars is a site where programmers can train on programming challenges called Kata. This is a repository for my kata collections in Codewars. Includes kata solutions from 8 kyu to 4 kyu in JavaScript.)

文件列表:
.vscode/ (0, 2022-03-07)
.vscode/settings.json (38, 2022-03-07)
JavaScript/ (0, 2022-03-07)
JavaScript/.eslintrc.js (273, 2022-03-07)
JavaScript/3kyu/ (0, 2022-03-07)
JavaScript/3kyu/battleshipFieldValidator.js (5263, 2022-03-07)
JavaScript/4kyu/ (0, 2022-03-07)
JavaScript/4kyu/nextBiggerNumber.js (1859, 2022-03-07)
JavaScript/4kyu/nextSmallerNumber.js (2942, 2022-03-07)
JavaScript/4kyu/snail.js (1562, 2022-03-07)
JavaScript/4kyu/sudokuSolutionValidator.js (3261, 2022-03-07)
JavaScript/4kyu/sumStringAsNumbers.js (1374, 2022-03-07)
JavaScript/4kyu/twiceLinear.js (1547, 2022-03-07)
JavaScript/5kyu/ (0, 2022-03-07)
JavaScript/5kyu/calculatingFunctions.js (2192, 2022-03-07)
JavaScript/5kyu/directionsReduction.js (3397, 2022-03-07)
JavaScript/5kyu/doubleCola.js (2804, 2022-03-07)
JavaScript/5kyu/greedIsGood.js (1881, 2022-03-07)
JavaScript/5kyu/hashtagGenerator.js (1679, 2022-03-07)
JavaScript/5kyu/hexToRGB.js (1678, 2022-03-07)
JavaScript/5kyu/maxSubarraySum.js (975, 2022-03-07)
JavaScript/5kyu/movingZeroToEnd.js (650, 2022-03-07)
JavaScript/5kyu/nonRepeatingChar.js (1334, 2022-03-07)
JavaScript/5kyu/perimeterSquareRectangle.js (1249, 2022-03-07)
JavaScript/5kyu/peteTheBaker.js (1916, 2022-03-07)
JavaScript/5kyu/pigLatin.js (882, 2022-03-07)
JavaScript/5kyu/productOfFibNum.js (2009, 2022-03-07)
JavaScript/5kyu/readableTime.js (1157, 2022-03-07)
JavaScript/5kyu/rgbToHex.js (1623, 2022-03-07)
JavaScript/5kyu/rot13.js (1777, 2022-03-07)
JavaScript/5kyu/validParentheses.js (1095, 2022-03-07)
JavaScript/5kyu/weightForWeight.js (2625, 2022-03-07)
JavaScript/5kyu/whereMyAnagram.js (1741, 2022-03-07)
JavaScript/6kyu/ (0, 2022-03-07)
JavaScript/6kyu/aStringOfSorts.js (1204, 2022-03-07)
JavaScript/6kyu/arrayDiff.js (1117, 2022-03-07)
JavaScript/6kyu/arrayHelpers.js (2304, 2022-03-07)
JavaScript/6kyu/buildPileOfCubes.js (990, 2022-03-07)
JavaScript/6kyu/closuresAndScopes.js (1120, 2022-03-07)
... ...

# Codewars Codewars is a site where programmers can train on programming challenges called *Kata*. This is my repository for my kata collections in Codewars. **Feel free to check this repository! Thank you.** [](https://www.codewars.com/users/andreassosilo/) ### [:crossed_swords: User: andreassosilo ](https://www.codewars.com/users/andreassosilo/) ### [:fox_face: Clan: Hacktiv8 ](https://www.codewars.com/users/andreassosilo/) ## Solved JavaScript Kata: ### [:open_file_folder: 4 Kyu](https://github.com/andreassosilo/codewars/tree/master/JavaScript/4kyu) - :cherry_blossom: [**Snail**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/4kyu/snail.js) - :cherry_blossom: [**Twice linear**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/4kyu/twiceLinear.js) - :cherry_blossom: [**Next bigger number with the same digits**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/4kyu/nextBiggerNumber.js) - :cherry_blossom: [**Next smaller number with the same digits**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/4kyu/nextSmallerNumber.js) - :cherry_blossom: [**Sudoku Solution Validator**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/4kyu/sudokuSolutionValidator.js) - :cherry_blossom: [**Sum Strings as Numbers**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/4kyu/sumStringAsNumbers.js) ### [:open_file_folder: 5 Kyu](https://github.com/andreassosilo/codewars/tree/master/JavaScript/5kyu) - :cherry_blossom: [**Human Readable Time**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/5kyu/readableTime.js) - :cherry_blossom: [**Simple Pig Latin**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/5kyu/pigLatin.js) - :cherry_blossom: [**Moving Zeros To The End**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/5kyu/movingZeroToEnd.js) - :cherry_blossom: [**Valid Parentheses**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/5kyu/validParentheses.js) - :cherry_blossom: [**Directions Reduction**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/5kyu/directionsReduction.js) - :cherry_blossom: [**Calculating with Functions**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/5kyu/calculatingFunctions.js) - :cherry_blossom: [**Where my anagrams at?**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/5kyu/whereMyAnagram.js) - :cherry_blossom: [**RGB To Hex Conversion**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/5kyu/rgbToHex.js) - :cherry_blossom: [**Convert A Hex String To RGB**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/5kyu/hexToRGB.js) - :cherry_blossom: [**Product of consecutive Fib numbers**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/5kyu/productOfFibNum.js) - :cherry_blossom: [**Weight for weight**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/5kyu/weightForWeight.js) - :cherry_blossom: [**Perimeter of squares in a rectanglet**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/5kyu/perimeterSquareRectangle.js) - :cherry_blossom: [**First non-repeating character**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/5kyu/nonRepeatingChar.js) - :cherry_blossom: [**The Hashtag Generator**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/5kyu/hashtagGenerator.js) - :cherry_blossom: [**Maximum subarray sum**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/5kyu/maxSubarraySum.js) - :cherry_blossom: [**Rot13**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/5kyu/rot13.js) - :cherry_blossom: [**Greed is Good**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/5kyu/greedIsGood.js) - :cherry_blossom: [**Double Cola**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/5kyu/doubleCola.js) - :cherry_blossom: [**Pete, the baker**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/5kyu/peteTheBaker.js) ### [:open_file_folder: 6 Kyu](https://github.com/andreassosilo/codewars/tree/master/JavaScript/6kyu) - :cherry_blossom: [**Find the missing letter**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/6kyu/missingLetter.js) - :cherry_blossom: [**Find the odd int**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/6kyu/findOddInt.js) - :cherry_blossom: [**Consecutive strings**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/6kyu/consecutiveStrings.js) - :cherry_blossom: [**Find the unique number**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/6kyu/uniqueNumber.js) - :cherry_blossom: [**Shortest steps to a number**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/6kyu/shortestStepsNumber.js) - :cherry_blossom: [**ThetaFormulation**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/6kyu/thetaFormulation.js) - :cherry_blossom: [**Multiples of 3 or 5**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/6kyu/multiple3Or5.js) - :cherry_blossom: [**Sum of Digits / Digital Root**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/6kyu/digitalRoot.js) - :cherry_blossom: [**Who likes it?**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/6kyu/whoLikesIt.js) - :cherry_blossom: [**Stop gninnipS My sdroW!**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/6kyu/stopGninnipSMysdroW.js) - :cherry_blossom: [**Find The Parity Outlier**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/6kyu/findParityOutlier.js) - :cherry_blossom: [**Persistent Bugger.**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/6kyu/persistentBugger.js) - :cherry_blossom: [**Create Phone Number**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/6kyu/createPhoneNumber.js) - :cherry_blossom: [**Array.diff**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/6kyu/arrayDiff.js) - :cherry_blossom: [**Take a Ten Minute Walk**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/6kyu/takeTenMinuteWalk.js) - :cherry_blossom: [**Dubstep**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/6kyu/dubstep.js) - :cherry_blossom: [**Counting Duplicates**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/6kyu/countingDuplicates.js) - :cherry_blossom: [**Tribonacci Sequence**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/6kyu/tribonacciSequence.js) - :cherry_blossom: [**Playing with digits**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/6kyu/playingWithDigits.js) - :cherry_blossom: [**The Supermarket Queue**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/6kyu/supermarketQueue.js) - :cherry_blossom: [**Duplicate Encoder**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/6kyu/duplicateEncoder.js) - :cherry_blossom: [**Which are in?**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/6kyu/whichAreIn.js) - :cherry_blossom: [**A String of Sorts**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/6kyu/aStringOfSorts.js) - :cherry_blossom: [**Unique In Order**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/6kyu/uniqueInOrder.js) - :cherry_blossom: [**Decode the Morse code**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/6kyu/decodeTheMorseCode.js) - :cherry_blossom: [**Replace With Alphabet Position**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/6kyu/replaceAlphabetPosition.js) - :cherry_blossom: [**Convert string to camel case**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/6kyu/convertStringToCamelCase.js) - :cherry_blossom: [**Is a number prime?**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/6kyu/isANumberPrime.js) - :cherry_blossom: [**Sort the odd**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/6kyu/sortTheOdd.js) - :cherry_blossom: [**Detect Pangram**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/6kyu/detectPangram.js) - :cherry_blossom: [**Build a pile of Cubes**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/6kyu/buildPileOfCubes.js) - :cherry_blossom: [**Reverse or rotate?**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/6kyu/reverseOrRotate.js) - :cherry_blossom: [**Array Helpers**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/6kyu/arrayHelpers.js) - :cherry_blossom: [**Make the Deadfish swim**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/6kyu/makeTheDeadfishSwim.js) - :cherry_blossom: [**Closures and Scopes**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/6kyu/closuresAndScopes.js) - :cherry_blossom: [**Good vs Evil**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/6kyu/goodVsEvil.js) ### [:open_file_folder: 7 Kyu](https://github.com/andreassosilo/codewars/tree/master/JavaScript/7kyu) - :cherry_blossom: [**Find the divisors!**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/divisor.js) - :cherry_blossom: [**List Filtering**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/listFiltering.js) - :cherry_blossom: [**Isograms**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/isograms.js) - :cherry_blossom: [**Reverse Words**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/reverseWords.js) - :cherry_blossom: [**Case Swapping**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/caseSwapping.js) - :cherry_blossom: [**Vowel Count**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/vowelCount.js) - :cherry_blossom: [**Get the Middle Character**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/middleCharacter.js) - :cherry_blossom: [**Mumbling**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/mumbling.js) - :cherry_blossom: [**You're a square!**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/youAreSquare.js) - :cherry_blossom: [**Disemvowel Trolls**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/disemvowelTrolls.js) - :cherry_blossom: [**Highest and Lowest**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/highestLowest.js) - :cherry_blossom: [**Exes and Ohs**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/exesAndOhs.js) - :cherry_blossom: [**Complementary DNA**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/complementaryDNA.js) - :cherry_blossom: [**Square Every Digit**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/squareEveryDigit.js) - :cherry_blossom: [**Shortest Word**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/shortestWord.js) - :cherry_blossom: [**Jaden Casing Strings**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/jadenCasingStrings.js) - :cherry_blossom: [**Descending Order**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/descendingOrder.js) - :cherry_blossom: [**Growth of a Population**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/growthOfPopulation.js) - :cherry_blossom: [**Sum of two lowest positive integers**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/sumTwoPositiveIntegers.js) - :cherry_blossom: [**Find the next perfect square!**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/nextPerfectSquare.js) - :cherry_blossom: [**Alphabet symmetry**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/alphabetSymmetry.js) - :cherry_blossom: [**Printer Errors**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/printerErrors.js) - :cherry_blossom: [**Remove the minimum**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/removeTheMinimum.js) - :cherry_blossom: [**Friend or Foe?**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/friendOrFoe.js) - :cherry_blossom: [**Is this a triangle?**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/isThisATriangle.js) - :cherry_blossom: [**Two to One**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/twoToOne.js) - :cherry_blossom: [**Beginner Series #3 Sum of Numbers**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/sumOfNumbers.js) - :cherry_blossom: [**Credit Card Mask**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/creditCardMask.js) - :cherry_blossom: [**Binary Addition**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/binaryAddition.js) - :cherry_blossom: [**Categorize New Member**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/categorizeNewMember.js) - :cherry_blossom: [**Ones and Zeros**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/onesAndZeros.js) - :cherry_blossom: [**Breaking chocolate problem**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/breakingChocolateProblem.js) - :cherry_blossom: [**The highest profit wins!**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/theHighestProfitWins.js) - :cherry_blossom: [**Sort Numbers**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/sortNumbers.js) - :cherry_blossom: [**Count the Digit**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/countTheDigit.js) - :cherry_blossom: [**Money, Money, Money**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/moneyMoneyMoney.js) - :cherry_blossom: [**Find the stray number**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/findTheStrayNumber.js) - :cherry_blossom: [**Sum of the first nth term of Series**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/sumOfTheFirstNthTermSeries.js) - :cherry_blossom: [**Factorial**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/factorial.js) - :cherry_blossom: [**Two Oldest Ages**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/twoOldestAges.js) - :cherry_blossom: [**Don't give me five!**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/dontGiveMeFive.js) - :cherry_blossom: [**Triangular Treasure**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/triangularTreasure.js) - :cherry_blossom: [**Testing 1-2-3**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/testing123.js) - :cherry_blossom: [**Find the capitals**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/findTheCapitals.js) - :cherry_blossom: [**Sort array by string length**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/sortArrayByStringLength.js) - :cherry_blossom: [**Fizz Buzz**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/fizzBuzz.js) - :cherry_blossom: [**Remove anchor from URL**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/removeAnchorFromUrl.js) - :cherry_blossom: [**Power of two**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/powerOfTwo.js) - :cherry_blossom: [**Speed Control**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/speedControl.js) - :cherry_blossom: [**Flatten**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/flatten.js) - :cherry_blossom: [**Caffeine Script**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/caffeineScript.js) - :cherry_blossom: [**Over The Road**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/overTheRoad.js) - :cherry_blossom: [**Most digits**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/7kyu/mostDigits.js) ### [:open_file_folder: 8 Kyu](https://github.com/andreassosilo/codewars/tree/master/JavaScript/8kyu) - :cherry_blossom: [**Multiply**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/8kyu/multiply.js) - :cherry_blossom: [**Swap Values**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/8kyu/swapValues.js) - :cherry_blossom: [**Simple Multiplication**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/8kyu/simpleMultiplication.js) - :cherry_blossom: [**Total amount of points**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/8kyu/totalPoints.js) - :cherry_blossom: [**Convert a String to a Number!**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/8kyu/convertStringToNumber.js) - :cherry_blossom: [**Convert a Number to a String!**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/8kyu/convertNumberToString.js) - :cherry_blossom: [**get ascii value of character**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/8kyu/asciiValueChar.js) - :cherry_blossom: [**get character from ASCII Value**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/8kyu/getCharFromAscii.js) - :cherry_blossom: [**Square(n) Sum**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/8kyu/squareNSum.js) - :cherry_blossom: [**Sentence Smash**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/8kyu/sentenceSmash.js) - :cherry_blossom: [**Even or Odd**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/8kyu/evenOrOdd.js) - :cherry_blossom: [**Opposite number**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/8kyu/oppositeNumber.js) - :cherry_blossom: [**Find the smallest integer in the array**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/8kyu/smallestIntArray.js) - :cherry_blossom: [**Sum of positive**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/8kyu/sumOfPositive.js) - :cherry_blossom: [**String repeat**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/8kyu/stringRepeat.js) - :cherry_blossom: [**Return Negative**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/8kyu/returnNegative.js) - :cherry_blossom: [**Remove First and Last Character**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/8kyu/removeFirstLastChar.js) - :cherry_blossom: [**Convert boolean values to strings 'Yes' or 'No'**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/8kyu/convertBooleanVal.js) - :cherry_blossom: [**Counting sheep...**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/8kyu/countingSheep.js) - :cherry_blossom: [**Reversed Words**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/8kyu/reversedWords.js) - :cherry_blossom: [**Remove String Spaces**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/8kyu/removeStringSpaces.js) - :cherry_blossom: [**Grasshopper - Summation**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/8kyu/grasshopperSummation.js) - :cherry_blossom: [**Reversed Strings**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/8kyu/reversedStrings.js) - :cherry_blossom: [**Basic Mathematical Operations**](https://github.com/andreassosilo/codewars/blob/master/JavaScript/8kyu/basicMathematicalOperations.js) - :cherry_blossom: [**J ... ...

近期下载者

相关文件


收藏者