├── !a.jss ├── .github └── FUNDING.yml ├── 101dalmations.js ├── 3For2Sale.js ├── 4th Kyu └── reverseQuickly.js ├── 5Raised.js ├── 5th Kyu ├── readableTime.js └── zerosToTheEnd.js ├── 6th Kyu ├── arithmeticProgression.js ├── arrayDiff.js ├── arrayEqualSides.js ├── bouncingBall.js ├── camelCase.js ├── countingDuplicates.js ├── createPhoneNumber.js ├── dashatize.js ├── digitalRoot.js ├── dubstep.js ├── duplicateEncoder.js ├── evenOddPattern.js ├── fibonacciFriends.js ├── findOddInteger.js ├── fizzBuzz.js ├── goodVsEvil.js ├── iqTest.js ├── likes.js ├── mexicanWave.js ├── multiplesOf3Or5.js ├── multiplicationTable.js ├── narcissisticNumber.js ├── numberWords.js ├── numberZooPatrol.js ├── pairOfGloves.js ├── parityOutlier.js ├── persistentBugger.js ├── pileOfCubes.js ├── sortAnimals.js ├── spinWords.js ├── splitStrings.js ├── stringAvg.js ├── stringAvg2.js ├── tenMinuteWalk.js ├── toCamelCase.s ├── tribonacciSequence.js ├── twoSum.js ├── uniqueInOrder.js ├── uniqueNumber.js └── validateCard.js ├── 7th Kyu ├── FizzBuzz.js ├── Gauss.js ├── aBCArrays.js ├── aboveTheOne.js ├── alphabetSortString.js ├── anagramDetection.js ├── areaOfRectangle.js ├── areaofCircle.js ├── arithmeticSequence.js ├── arrayCapitalizeName.js ├── averageKeyValuePairs.js ├── basicCalculator.js ├── binaryAddition.js ├── checkRNA.js ├── chickenSexing.js ├── collatzConjectureLength.js ├── complimentaryDna.js ├── countDivisors.js ├── countsVowels.js ├── createCopy.js ├── deoderantEvaporator.js ├── descendingOrder.js ├── digitsExplosion.js ├── disemvowelTrolls.js ├── doesArithmetic.js ├── dontGiveMeAFive.js ├── dryingPotatos.js ├── elapsedSeconds.js ├── exactlyOne.js ├── exesAndOhs.js ├── factorialFactory.js ├── filterOdd.js ├── findMiddleElement.js ├── findMiddleNumbers.js ├── findStrayNumber.js ├── findTheCapitals.js ├── findVowels.js ├── fixGetNames.js ├── fixStringCase.js ├── fizzBuzz2.js ├── flatMapSort.js ├── flatten.js ├── flatten1D.js ├── foldingPaper.js ├── friendOrFoe.js ├── functionalAddition.js ├── functionalAdditions.js ├── greetMe.js ├── halvingSum.js ├── happyBirthdayDarling.js ├── headTail.js ├── highestAndLowest.js ├── isChristmas.js ├── isSorted.js ├── isSortedAndHow.js ├── isThisTriangle.js ├── isogram.js ├── keyValuePairs.js ├── largest5DigitSeries.js ├── limitStringLength.js ├── listOfDigits.js ├── loginFix.js ├── lostCities.js ├── mMutliplesOfN.js ├── makesMinimumNumber.js ├── maskCreditCard.js ├── maxLengthDifference.js ├── maxMultiple.js ├── maxNumberDigits.js ├── menFromBoys.js ├── middleCharacter.js ├── minMax.js ├── missingElement.js ├── mostDigits.js ├── multipleOf5.js ├── newMembers.js ├── nextPerfectSquare.js ├── nthDigitOfNumber.js ├── numberOfElements.js ├── numberOnBus.js ├── objectMethod.js ├── oddCubedNumbersSum.js ├── onesAndZeros.js ├── paddedNumbers.js ├── palindromeChainLength.js ├── populationGrowth.js ├── powersOfTwo.js ├── predictAge.js ├── principleInterest.js ├── printerError.js ├── redAndBlueMarbles.js ├── removeAnchor.js ├── removeDuplicateWords.js ├── removeDuplicates.js ├── repeatString.js ├── repeater.js ├── responsibleDrinking.js ├── returnPattern.js ├── reverseNumber.js ├── reverseReverse.js ├── reverseStringOnlyLetters.js ├── sentencesWithFunctions.js ├── sequenceSum.js ├── shortestWord.js ├── sortArray.js ├── sortArrayNumbers.js ├── sortStringLength.js ├── squareEveryDigit.js ├── squaredStrings.js ├── substringCount.js ├── sumEvenNums.js ├── sumOfAngles.js ├── sumOfArray.js ├── sumOfLowestInt.js ├── sumOfMinimums.js ├── sumOfMultiples3Or5.js ├── sumOfSequences.js ├── sumToN.js ├── sumTriangularNumbers.js ├── testing123.js ├── trianglePerimeter.js ├── trueMin.js ├── twoOldestAges.js ├── twoToOne.js ├── validatePinCode.js ├── verifySquares.js ├── weightOfTeam.js └── wordsToCharCodeSum.js ├── Century_From_Year.js ├── Converts_number_to_string.js ├── Counting_Sheep.js ├── Even_Or_Odd.js ├── Grasshopper_Summation.js ├── IsEvenOrOdd.js ├── Multiply2Numbers.js ├── Opposite_number.js ├── README.md ├── RemoveExclamationMarks.js ├── Remove_First_and_Last_Character.js ├── Remove_String_Spaces.js ├── Repeat_String.js ├── Return_Negative.js ├── Reverse_String.js ├── Screen Shot 2021-08-30 at 4.42.52 PM.png ├── Screen Shot 2022-02-10 at 2.54.15 AM.png ├── Smallest_Integer_in_Array.js ├── SolutionHello.js ├── Yes_No_Boolean.js ├── _if.js ├── abbreviateName.js ├── addExtra.js ├── addLength.js ├── addStrings.js ├── addingLogs.js ├── addsTwoArrays.js ├── aliasGen.js ├── allSameLength.js ├── allStarChallenge.js ├── alphabetPosition.js ├── alternateCapitilization.js ├── alternatingCase.js ├── animalFarm.js ├── animalLegs.js ├── anotherFizzBuzz.js ├── anotherHello.js ├── anotherMax.js ├── anyElement.js ├── apple.js ├── areaAndVolume.js ├── areaOfASquare.js ├── areaOrPerimeter.js ├── argumentAddition.js ├── argumentsSum.js ├── arrayFilter.js ├── arrayMean.js ├── arrayOfN.js ├── arrayOfPowers.js ├── arrayType.js ├── arrayWithComma.js ├── ascIIChar.js ├── aspectRatio.js ├── ateTheCookie.js ├── baryTriangle ├── basicMathOps.js ├── bikeTimer.js ├── billboardAd.js ├── binarySum.js ├── binaryToDecimal.js ├── blackBox.js ├── blueAndRedMarbles.js ├── boardGameLogic ├── booleanString.js ├── booleanToString.js ├── bugFinishLoop.js ├── bugsTrilogy1.js ├── busyBugFix.js ├── calculateAverage.js ├── calculateBmi.js ├── calculatorLogic.js ├── catAndDogYears.js ├── changeMe.js ├── charCodeArray.js ├── characterFrequency.js ├── characterRecognitionPatch.js ├── checkArray.js ├── checkFactor.js ├── checkGood.js ├── checkHealth.js ├── chocolateBreak.js ├── chooseDrink.js ├── chromosomeCheck.js ├── chuckNorrisVII.js ├── circleArea.js ├── circleCircumference.js ├── circularObject.js ├── cityHello.js ├── classAvg.js ├── classGrader.js ├── closestElevator.js ├── codeGarden.js ├── collatzConjecture.js ├── colorfulghost ├── combatFunction.js ├── combineNames.js ├── combineStrings.js ├── commonDivisors.js ├── conditionalSwitch.js ├── convertCelsius.js ├── countByX.js ├── countLowerCase.js ├── countMonkeys.js ├── countOddUnderX.js ├── countOfPlusSumOfNeg.js ├── countSheep.js ├── countSmaller.js ├── countUp.js ├── counterPrototype.js ├── createHero.js ├── csvRepresentation.js ├── cubeClass.js ├── cuboidVolume.js ├── cutCube.js ├── damagedArrows.js ├── dayOfTheWeek.js ├── decibelScale.js ├── describeAge.js ├── discountPrices.js ├── discoutLitres.js ├── distance2DPoints.js ├── distanceBetweenPillars.js ├── dnaToRna.js ├── doTurn.js ├── dollarsAndCents.js ├── doubleCharacter.js ├── doubleInteger.js ├── drawStairs.js ├── drinkAbout.js ├── duckDuckGoose.js ├── enoughFuel.js ├── enoughSpace.js ├── enumerableMagic.js ├── evalObj.js ├── evaluateNumberStrings.js ├── evenOddArray.js ├── everyElement.js ├── exclamationOverload.js ├── exclusiveOperator.js ├── expressionMatter.js ├── extendCat.js ├── extendCatClass.js ├── factorial.js ├── fakeBinary.js ├── fallingPetals.js ├── familyAgeProperties.js ├── feastofBeasts.js ├── fiftyPlusSix.js ├── filterGeese.js ├── filtersOutStrings.js ├── finalGrade.js ├── findDivisors.js ├── findIntegral.js ├── findStrangeValue.js ├── findsRemainder.js ├── firstElements.js ├── firstInterpreter.js ├── firstLetterCapital.js ├── firstNElements.js ├── firstNonConsecutive.js ├── firstToLast.js ├── fixAnotherBug.js ├── fixClosure.js ├── fixDevLab.js ├── fixFunction.js ├── fixIdentifiers.js ├── fixName.js ├── fixNameBug.js ├── fixNumberToString.js ├── fixObject.js ├── floorNumerology.js ├── flowerPetals ├── freezeObject.js ├── freudianWords.js ├── fromCharCode.js ├── getASCII.js ├── getBonus.js ├── grabDoll.js ├── gradeBook.js ├── greaterSumOfCubes.js ├── greaterThanLessThan.js ├── growingPlant.js ├── halfAgePlusSeven.js ├── headOverTail ├── helloName ├── helloSpock.js ├── helloWorld.js ├── hexToDecimal.js ├── hotdogPrices.js ├── howGoodAreYouReally.js ├── howManySmaller.js ├── howMuchWater.js ├── htmlSpecialChars.js ├── inSheepsClothing.js ├── includesGold.js ├── indexOfAnElement.js ├── infectedString.js ├── invertValues.js ├── isAlligator.js ├── isAnotherPalindrome.js ├── isDivisibleBy.js ├── isPluralNeeded.js ├── isReallyNaN.js ├── isSafeInteger.js ├── isThisMyTail.js ├── isToday.js ├── isUpperCase.js ├── jadenSmith.js ├── jennySecretMessage.js ├── keepHydrated.js ├── larioAndMuigi.js ├── leapYear.js ├── leapYears.js ├── learningToHula.js ├── leoOscars.js ├── levelUpMessage.js ├── lochNess.js ├── lostWithoutMap.js ├── loudFall.js ├── magicMath.js ├── makeUpperCase.js ├── makingToast.js ├── matchingType.js ├── maxAndMin.js ├── mergeArrays.js ├── messiGoals.js ├── messiGoals2.js ├── missionObjectives.js ├── modulusAddition.js ├── moneyConverter.js ├── moveHero.js ├── mpgToKPL.js ├── multipleOfIndex ├── multiples.js ├── multiplesBelow.js ├── multiplicationTable.js ├── multiply2Number.js ├── multiply8Or9.js ├── mumbling.js ├── nDivisibleByXY.js ├── nameShuffler.js ├── nba48MinAverage.js ├── nearestSquare.js ├── needOneBeginner.js ├── needleInHaystack.js ├── noBoringZeros.js ├── noOdditiesHere.js ├── noneInArray.js ├── notFirstAndLast.js ├── nthEven.js ├── nthPower.js ├── numberInString.js ├── numberOfDigits.js ├── numberReversedArray.js ├── numbersBetween.js ├── occurrencesOfElement.js ├── oddInArray.js ├── odiousOrEvil.js ├── oppositeCase.js ├── oppositesAttract.js ├── orderOfOperations.js ├── otherPower.js ├── ownedLigthsabers.js ├── padIt.js ├── palindromeChecker.js ├── parseFloat.js ├── parseInt.js ├── partialPressures.js ├── periodIsLate.js ├── personObject.js ├── personalMessage.js ├── pirateGreetings ├── pirateLoot.js ├── pixelMural.js ├── planetNameID.js ├── playingBanjo.js ├── pointSlope.js ├── practicePush.js ├── practicePush2.js ├── practicePush3.js ├── practicePush4.js ├── practicePush5.js ├── pricePerLitre.js ├── prototypeBark.js ├── prototypeNumber.js ├── pushHash.js ├── quadraticCoefficients.js ├── quarterOfYear.js ├── reagentFormula.js ├── reduceButGrow.js ├── regularSuperBall.js ├── removeDuplicateNumbers.js ├── removeExclamation.js ├── removeExclamationMarks.js ├── removeExclamations.js ├── removeMinimum.js ├── removeNumbers.js ├── removeOddIndexes.js ├── repeatString.js ├── replaceDots.js ├── replaceVowelsExclamation.js ├── returnsFive.js ├── reverseArray.js ├── reverseJustWords.js ├── reverseLettersInSentence.js ├── reverseWords.js ├── reversedSequence.js ├── rgbToHex.js ├── rockPaperScissors.js ├── roomObject.js ├── roundIt.js ├── rowSumOddNumbers.js ├── savingDiscount.js ├── schoolPaperwork.js ├── scoreTest.js ├── seatsInTheater.js ├── seperatorMethod.js ├── setAlarm.js ├── sharkBait.js ├── shoppingList.js ├── shortLongShort.js ├── shortenDate.js ├── shortenToDate.js ├── simpleDerivative.js ├── sleighAuthentication.js ├── smallInteger.js ├── smashWords.js ├── sortAndFlattenArray.js ├── sortAndStar.js ├── spEng.js ├── speedKmToCm.js ├── squareAndSum.js ├── squareArgument.js ├── squareRootOrSquare.js ├── squaresOnly.js ├── squashBugs.js ├── stringAddition.js ├── stringDigit.js ├── stringEndsWith.js ├── stringStaircase.js ├── stringTemplate.js ├── stringToArray.js ├── stringToNumber.js ├── stringyStringy.js ├── sumBetweenNumbers.js ├── sumDifferencePairs.js ├── sumMethod.js ├── sumOddOrEven.js ├── sumOfPositive.js ├── sumOfSeries.js ├── sumOfSquares.js ├── sumWithNoHiLow.js ├── superSizeNumber.js ├── surviveOrNot.js ├── suzukiStairs.js ├── swapValues.js ├── switchItUp.js ├── syntaxDebugging.js ├── templateStrings.js ├── thirdAngleOfTriangle.js ├── thousandArray.js ├── timeToMilliseconds.js ├── tipCalculator.js ├── toBinary.js ├── toFixed.js ├── totalScore.js ├── trafficLightsSwitch.js ├── training2.js ├── training3.js ├── training4.js ├── transportationRental.js ├── triangularNumbers.js ├── truncateName.js ├── twiceAsOld.js ├── twoDecimals.js ├── uefaEuro2016.js ├── ufcFight.js ├── unicodeTotal.js ├── updateArray.js ├── usingPowers.js ├── validateHello.js ├── validateLogin.js ├── validateRegex.js ├── validateUsr.js ├── veryHot.js ├── volumeDifference.js ├── volumeOfCuboid.js ├── vowelRemover.js ├── waitTime.js ├── watermelon.js ├── welcomeLanguages.js ├── whatNumberIsIt.js ├── whoseMove.js ├── wilsonPrimes.js ├── withoutVAT.js ├── wrappedObj.js └── yuanConversion.js /!a.jss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/!a.jss -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /101dalmations.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/101dalmations.js -------------------------------------------------------------------------------- /3For2Sale.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/3For2Sale.js -------------------------------------------------------------------------------- /4th Kyu/reverseQuickly.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/4th Kyu/reverseQuickly.js -------------------------------------------------------------------------------- /5Raised.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/5Raised.js -------------------------------------------------------------------------------- /5th Kyu/readableTime.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/5th Kyu/readableTime.js -------------------------------------------------------------------------------- /5th Kyu/zerosToTheEnd.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/5th Kyu/zerosToTheEnd.js -------------------------------------------------------------------------------- /6th Kyu/arithmeticProgression.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/6th Kyu/arithmeticProgression.js -------------------------------------------------------------------------------- /6th Kyu/arrayDiff.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/6th Kyu/arrayDiff.js -------------------------------------------------------------------------------- /6th Kyu/arrayEqualSides.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/6th Kyu/arrayEqualSides.js -------------------------------------------------------------------------------- /6th Kyu/bouncingBall.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/6th Kyu/bouncingBall.js -------------------------------------------------------------------------------- /6th Kyu/camelCase.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/6th Kyu/camelCase.js -------------------------------------------------------------------------------- /6th Kyu/countingDuplicates.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/6th Kyu/countingDuplicates.js -------------------------------------------------------------------------------- /6th Kyu/createPhoneNumber.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/6th Kyu/createPhoneNumber.js -------------------------------------------------------------------------------- /6th Kyu/dashatize.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/6th Kyu/dashatize.js -------------------------------------------------------------------------------- /6th Kyu/digitalRoot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/6th Kyu/digitalRoot.js -------------------------------------------------------------------------------- /6th Kyu/dubstep.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/6th Kyu/dubstep.js -------------------------------------------------------------------------------- /6th Kyu/duplicateEncoder.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/6th Kyu/duplicateEncoder.js -------------------------------------------------------------------------------- /6th Kyu/evenOddPattern.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/6th Kyu/evenOddPattern.js -------------------------------------------------------------------------------- /6th Kyu/fibonacciFriends.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/6th Kyu/fibonacciFriends.js -------------------------------------------------------------------------------- /6th Kyu/findOddInteger.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/6th Kyu/findOddInteger.js -------------------------------------------------------------------------------- /6th Kyu/fizzBuzz.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/6th Kyu/fizzBuzz.js -------------------------------------------------------------------------------- /6th Kyu/goodVsEvil.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/6th Kyu/goodVsEvil.js -------------------------------------------------------------------------------- /6th Kyu/iqTest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/6th Kyu/iqTest.js -------------------------------------------------------------------------------- /6th Kyu/likes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/6th Kyu/likes.js -------------------------------------------------------------------------------- /6th Kyu/mexicanWave.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/6th Kyu/mexicanWave.js -------------------------------------------------------------------------------- /6th Kyu/multiplesOf3Or5.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/6th Kyu/multiplesOf3Or5.js -------------------------------------------------------------------------------- /6th Kyu/multiplicationTable.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/6th Kyu/multiplicationTable.js -------------------------------------------------------------------------------- /6th Kyu/narcissisticNumber.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/6th Kyu/narcissisticNumber.js -------------------------------------------------------------------------------- /6th Kyu/numberWords.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/6th Kyu/numberWords.js -------------------------------------------------------------------------------- /6th Kyu/numberZooPatrol.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/6th Kyu/numberZooPatrol.js -------------------------------------------------------------------------------- /6th Kyu/pairOfGloves.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/6th Kyu/pairOfGloves.js -------------------------------------------------------------------------------- /6th Kyu/parityOutlier.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/6th Kyu/parityOutlier.js -------------------------------------------------------------------------------- /6th Kyu/persistentBugger.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/6th Kyu/persistentBugger.js -------------------------------------------------------------------------------- /6th Kyu/pileOfCubes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/6th Kyu/pileOfCubes.js -------------------------------------------------------------------------------- /6th Kyu/sortAnimals.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/6th Kyu/sortAnimals.js -------------------------------------------------------------------------------- /6th Kyu/spinWords.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/6th Kyu/spinWords.js -------------------------------------------------------------------------------- /6th Kyu/splitStrings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/6th Kyu/splitStrings.js -------------------------------------------------------------------------------- /6th Kyu/stringAvg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/6th Kyu/stringAvg.js -------------------------------------------------------------------------------- /6th Kyu/stringAvg2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/6th Kyu/stringAvg2.js -------------------------------------------------------------------------------- /6th Kyu/tenMinuteWalk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/6th Kyu/tenMinuteWalk.js -------------------------------------------------------------------------------- /6th Kyu/toCamelCase.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/6th Kyu/toCamelCase.s -------------------------------------------------------------------------------- /6th Kyu/tribonacciSequence.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/6th Kyu/tribonacciSequence.js -------------------------------------------------------------------------------- /6th Kyu/twoSum.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/6th Kyu/twoSum.js -------------------------------------------------------------------------------- /6th Kyu/uniqueInOrder.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/6th Kyu/uniqueInOrder.js -------------------------------------------------------------------------------- /6th Kyu/uniqueNumber.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/6th Kyu/uniqueNumber.js -------------------------------------------------------------------------------- /6th Kyu/validateCard.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/6th Kyu/validateCard.js -------------------------------------------------------------------------------- /7th Kyu/FizzBuzz.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/FizzBuzz.js -------------------------------------------------------------------------------- /7th Kyu/Gauss.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/Gauss.js -------------------------------------------------------------------------------- /7th Kyu/aBCArrays.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/aBCArrays.js -------------------------------------------------------------------------------- /7th Kyu/aboveTheOne.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/aboveTheOne.js -------------------------------------------------------------------------------- /7th Kyu/alphabetSortString.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/alphabetSortString.js -------------------------------------------------------------------------------- /7th Kyu/anagramDetection.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/anagramDetection.js -------------------------------------------------------------------------------- /7th Kyu/areaOfRectangle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/areaOfRectangle.js -------------------------------------------------------------------------------- /7th Kyu/areaofCircle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/areaofCircle.js -------------------------------------------------------------------------------- /7th Kyu/arithmeticSequence.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/arithmeticSequence.js -------------------------------------------------------------------------------- /7th Kyu/arrayCapitalizeName.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/arrayCapitalizeName.js -------------------------------------------------------------------------------- /7th Kyu/averageKeyValuePairs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/averageKeyValuePairs.js -------------------------------------------------------------------------------- /7th Kyu/basicCalculator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/basicCalculator.js -------------------------------------------------------------------------------- /7th Kyu/binaryAddition.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/binaryAddition.js -------------------------------------------------------------------------------- /7th Kyu/checkRNA.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/checkRNA.js -------------------------------------------------------------------------------- /7th Kyu/chickenSexing.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/chickenSexing.js -------------------------------------------------------------------------------- /7th Kyu/collatzConjectureLength.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/collatzConjectureLength.js -------------------------------------------------------------------------------- /7th Kyu/complimentaryDna.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/complimentaryDna.js -------------------------------------------------------------------------------- /7th Kyu/countDivisors.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/countDivisors.js -------------------------------------------------------------------------------- /7th Kyu/countsVowels.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/countsVowels.js -------------------------------------------------------------------------------- /7th Kyu/createCopy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/createCopy.js -------------------------------------------------------------------------------- /7th Kyu/deoderantEvaporator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/deoderantEvaporator.js -------------------------------------------------------------------------------- /7th Kyu/descendingOrder.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/descendingOrder.js -------------------------------------------------------------------------------- /7th Kyu/digitsExplosion.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/digitsExplosion.js -------------------------------------------------------------------------------- /7th Kyu/disemvowelTrolls.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/disemvowelTrolls.js -------------------------------------------------------------------------------- /7th Kyu/doesArithmetic.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/doesArithmetic.js -------------------------------------------------------------------------------- /7th Kyu/dontGiveMeAFive.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/dontGiveMeAFive.js -------------------------------------------------------------------------------- /7th Kyu/dryingPotatos.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/dryingPotatos.js -------------------------------------------------------------------------------- /7th Kyu/elapsedSeconds.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/elapsedSeconds.js -------------------------------------------------------------------------------- /7th Kyu/exactlyOne.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/exactlyOne.js -------------------------------------------------------------------------------- /7th Kyu/exesAndOhs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/exesAndOhs.js -------------------------------------------------------------------------------- /7th Kyu/factorialFactory.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/factorialFactory.js -------------------------------------------------------------------------------- /7th Kyu/filterOdd.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/filterOdd.js -------------------------------------------------------------------------------- /7th Kyu/findMiddleElement.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/findMiddleElement.js -------------------------------------------------------------------------------- /7th Kyu/findMiddleNumbers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/findMiddleNumbers.js -------------------------------------------------------------------------------- /7th Kyu/findStrayNumber.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/findStrayNumber.js -------------------------------------------------------------------------------- /7th Kyu/findTheCapitals.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/findTheCapitals.js -------------------------------------------------------------------------------- /7th Kyu/findVowels.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/findVowels.js -------------------------------------------------------------------------------- /7th Kyu/fixGetNames.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/fixGetNames.js -------------------------------------------------------------------------------- /7th Kyu/fixStringCase.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/fixStringCase.js -------------------------------------------------------------------------------- /7th Kyu/fizzBuzz2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/fizzBuzz2.js -------------------------------------------------------------------------------- /7th Kyu/flatMapSort.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/flatMapSort.js -------------------------------------------------------------------------------- /7th Kyu/flatten.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/flatten.js -------------------------------------------------------------------------------- /7th Kyu/flatten1D.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/flatten1D.js -------------------------------------------------------------------------------- /7th Kyu/foldingPaper.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/foldingPaper.js -------------------------------------------------------------------------------- /7th Kyu/friendOrFoe.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/friendOrFoe.js -------------------------------------------------------------------------------- /7th Kyu/functionalAddition.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/functionalAddition.js -------------------------------------------------------------------------------- /7th Kyu/functionalAdditions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/functionalAdditions.js -------------------------------------------------------------------------------- /7th Kyu/greetMe.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/greetMe.js -------------------------------------------------------------------------------- /7th Kyu/halvingSum.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/halvingSum.js -------------------------------------------------------------------------------- /7th Kyu/happyBirthdayDarling.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/happyBirthdayDarling.js -------------------------------------------------------------------------------- /7th Kyu/headTail.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/headTail.js -------------------------------------------------------------------------------- /7th Kyu/highestAndLowest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/highestAndLowest.js -------------------------------------------------------------------------------- /7th Kyu/isChristmas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/isChristmas.js -------------------------------------------------------------------------------- /7th Kyu/isSorted.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/isSorted.js -------------------------------------------------------------------------------- /7th Kyu/isSortedAndHow.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/isSortedAndHow.js -------------------------------------------------------------------------------- /7th Kyu/isThisTriangle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/isThisTriangle.js -------------------------------------------------------------------------------- /7th Kyu/isogram.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/isogram.js -------------------------------------------------------------------------------- /7th Kyu/keyValuePairs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/keyValuePairs.js -------------------------------------------------------------------------------- /7th Kyu/largest5DigitSeries.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/largest5DigitSeries.js -------------------------------------------------------------------------------- /7th Kyu/limitStringLength.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/limitStringLength.js -------------------------------------------------------------------------------- /7th Kyu/listOfDigits.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/listOfDigits.js -------------------------------------------------------------------------------- /7th Kyu/loginFix.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/loginFix.js -------------------------------------------------------------------------------- /7th Kyu/lostCities.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/lostCities.js -------------------------------------------------------------------------------- /7th Kyu/mMutliplesOfN.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/mMutliplesOfN.js -------------------------------------------------------------------------------- /7th Kyu/makesMinimumNumber.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/makesMinimumNumber.js -------------------------------------------------------------------------------- /7th Kyu/maskCreditCard.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/maskCreditCard.js -------------------------------------------------------------------------------- /7th Kyu/maxLengthDifference.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/maxLengthDifference.js -------------------------------------------------------------------------------- /7th Kyu/maxMultiple.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/maxMultiple.js -------------------------------------------------------------------------------- /7th Kyu/maxNumberDigits.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/maxNumberDigits.js -------------------------------------------------------------------------------- /7th Kyu/menFromBoys.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/menFromBoys.js -------------------------------------------------------------------------------- /7th Kyu/middleCharacter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/middleCharacter.js -------------------------------------------------------------------------------- /7th Kyu/minMax.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/minMax.js -------------------------------------------------------------------------------- /7th Kyu/missingElement.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/missingElement.js -------------------------------------------------------------------------------- /7th Kyu/mostDigits.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/mostDigits.js -------------------------------------------------------------------------------- /7th Kyu/multipleOf5.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/multipleOf5.js -------------------------------------------------------------------------------- /7th Kyu/newMembers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/newMembers.js -------------------------------------------------------------------------------- /7th Kyu/nextPerfectSquare.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/nextPerfectSquare.js -------------------------------------------------------------------------------- /7th Kyu/nthDigitOfNumber.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/nthDigitOfNumber.js -------------------------------------------------------------------------------- /7th Kyu/numberOfElements.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/numberOfElements.js -------------------------------------------------------------------------------- /7th Kyu/numberOnBus.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/numberOnBus.js -------------------------------------------------------------------------------- /7th Kyu/objectMethod.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/objectMethod.js -------------------------------------------------------------------------------- /7th Kyu/oddCubedNumbersSum.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/oddCubedNumbersSum.js -------------------------------------------------------------------------------- /7th Kyu/onesAndZeros.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/onesAndZeros.js -------------------------------------------------------------------------------- /7th Kyu/paddedNumbers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/paddedNumbers.js -------------------------------------------------------------------------------- /7th Kyu/palindromeChainLength.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/palindromeChainLength.js -------------------------------------------------------------------------------- /7th Kyu/populationGrowth.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/populationGrowth.js -------------------------------------------------------------------------------- /7th Kyu/powersOfTwo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/powersOfTwo.js -------------------------------------------------------------------------------- /7th Kyu/predictAge.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/predictAge.js -------------------------------------------------------------------------------- /7th Kyu/principleInterest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/principleInterest.js -------------------------------------------------------------------------------- /7th Kyu/printerError.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/printerError.js -------------------------------------------------------------------------------- /7th Kyu/redAndBlueMarbles.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/redAndBlueMarbles.js -------------------------------------------------------------------------------- /7th Kyu/removeAnchor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/removeAnchor.js -------------------------------------------------------------------------------- /7th Kyu/removeDuplicateWords.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/removeDuplicateWords.js -------------------------------------------------------------------------------- /7th Kyu/removeDuplicates.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/removeDuplicates.js -------------------------------------------------------------------------------- /7th Kyu/repeatString.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/repeatString.js -------------------------------------------------------------------------------- /7th Kyu/repeater.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/repeater.js -------------------------------------------------------------------------------- /7th Kyu/responsibleDrinking.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/responsibleDrinking.js -------------------------------------------------------------------------------- /7th Kyu/returnPattern.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/returnPattern.js -------------------------------------------------------------------------------- /7th Kyu/reverseNumber.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/reverseNumber.js -------------------------------------------------------------------------------- /7th Kyu/reverseReverse.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/reverseReverse.js -------------------------------------------------------------------------------- /7th Kyu/reverseStringOnlyLetters.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/reverseStringOnlyLetters.js -------------------------------------------------------------------------------- /7th Kyu/sentencesWithFunctions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/sentencesWithFunctions.js -------------------------------------------------------------------------------- /7th Kyu/sequenceSum.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/sequenceSum.js -------------------------------------------------------------------------------- /7th Kyu/shortestWord.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/shortestWord.js -------------------------------------------------------------------------------- /7th Kyu/sortArray.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/sortArray.js -------------------------------------------------------------------------------- /7th Kyu/sortArrayNumbers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/sortArrayNumbers.js -------------------------------------------------------------------------------- /7th Kyu/sortStringLength.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/sortStringLength.js -------------------------------------------------------------------------------- /7th Kyu/squareEveryDigit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/squareEveryDigit.js -------------------------------------------------------------------------------- /7th Kyu/squaredStrings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/squaredStrings.js -------------------------------------------------------------------------------- /7th Kyu/substringCount.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/substringCount.js -------------------------------------------------------------------------------- /7th Kyu/sumEvenNums.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/sumEvenNums.js -------------------------------------------------------------------------------- /7th Kyu/sumOfAngles.js: -------------------------------------------------------------------------------- 1 | !ans 2 | function angle(n) { 3 | return (n-2)*180 4 | } 5 | -------------------------------------------------------------------------------- /7th Kyu/sumOfArray.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/sumOfArray.js -------------------------------------------------------------------------------- /7th Kyu/sumOfLowestInt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/sumOfLowestInt.js -------------------------------------------------------------------------------- /7th Kyu/sumOfMinimums.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/sumOfMinimums.js -------------------------------------------------------------------------------- /7th Kyu/sumOfMultiples3Or5.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/sumOfMultiples3Or5.js -------------------------------------------------------------------------------- /7th Kyu/sumOfSequences.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/sumOfSequences.js -------------------------------------------------------------------------------- /7th Kyu/sumToN.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/sumToN.js -------------------------------------------------------------------------------- /7th Kyu/sumTriangularNumbers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/sumTriangularNumbers.js -------------------------------------------------------------------------------- /7th Kyu/testing123.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/testing123.js -------------------------------------------------------------------------------- /7th Kyu/trianglePerimeter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/trianglePerimeter.js -------------------------------------------------------------------------------- /7th Kyu/trueMin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/trueMin.js -------------------------------------------------------------------------------- /7th Kyu/twoOldestAges.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/twoOldestAges.js -------------------------------------------------------------------------------- /7th Kyu/twoToOne.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/twoToOne.js -------------------------------------------------------------------------------- /7th Kyu/validatePinCode.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/validatePinCode.js -------------------------------------------------------------------------------- /7th Kyu/verifySquares.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/verifySquares.js -------------------------------------------------------------------------------- /7th Kyu/weightOfTeam.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/weightOfTeam.js -------------------------------------------------------------------------------- /7th Kyu/wordsToCharCodeSum.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/7th Kyu/wordsToCharCodeSum.js -------------------------------------------------------------------------------- /Century_From_Year.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/Century_From_Year.js -------------------------------------------------------------------------------- /Converts_number_to_string.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/Converts_number_to_string.js -------------------------------------------------------------------------------- /Counting_Sheep.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/Counting_Sheep.js -------------------------------------------------------------------------------- /Even_Or_Odd.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/Even_Or_Odd.js -------------------------------------------------------------------------------- /Grasshopper_Summation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/Grasshopper_Summation.js -------------------------------------------------------------------------------- /IsEvenOrOdd.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/IsEvenOrOdd.js -------------------------------------------------------------------------------- /Multiply2Numbers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/Multiply2Numbers.js -------------------------------------------------------------------------------- /Opposite_number.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/Opposite_number.js -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/README.md -------------------------------------------------------------------------------- /RemoveExclamationMarks.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/RemoveExclamationMarks.js -------------------------------------------------------------------------------- /Remove_First_and_Last_Character.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/Remove_First_and_Last_Character.js -------------------------------------------------------------------------------- /Remove_String_Spaces.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/Remove_String_Spaces.js -------------------------------------------------------------------------------- /Repeat_String.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/Repeat_String.js -------------------------------------------------------------------------------- /Return_Negative.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/Return_Negative.js -------------------------------------------------------------------------------- /Reverse_String.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/Reverse_String.js -------------------------------------------------------------------------------- /Screen Shot 2021-08-30 at 4.42.52 PM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/Screen Shot 2021-08-30 at 4.42.52 PM.png -------------------------------------------------------------------------------- /Screen Shot 2022-02-10 at 2.54.15 AM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/Screen Shot 2022-02-10 at 2.54.15 AM.png -------------------------------------------------------------------------------- /Smallest_Integer_in_Array.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/Smallest_Integer_in_Array.js -------------------------------------------------------------------------------- /SolutionHello.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/SolutionHello.js -------------------------------------------------------------------------------- /Yes_No_Boolean.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/Yes_No_Boolean.js -------------------------------------------------------------------------------- /_if.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/_if.js -------------------------------------------------------------------------------- /abbreviateName.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/abbreviateName.js -------------------------------------------------------------------------------- /addExtra.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/addExtra.js -------------------------------------------------------------------------------- /addLength.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/addLength.js -------------------------------------------------------------------------------- /addStrings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/addStrings.js -------------------------------------------------------------------------------- /addingLogs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/addingLogs.js -------------------------------------------------------------------------------- /addsTwoArrays.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/addsTwoArrays.js -------------------------------------------------------------------------------- /aliasGen.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/aliasGen.js -------------------------------------------------------------------------------- /allSameLength.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/allSameLength.js -------------------------------------------------------------------------------- /allStarChallenge.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/allStarChallenge.js -------------------------------------------------------------------------------- /alphabetPosition.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/alphabetPosition.js -------------------------------------------------------------------------------- /alternateCapitilization.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/alternateCapitilization.js -------------------------------------------------------------------------------- /alternatingCase.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/alternatingCase.js -------------------------------------------------------------------------------- /animalFarm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/animalFarm.js -------------------------------------------------------------------------------- /animalLegs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/animalLegs.js -------------------------------------------------------------------------------- /anotherFizzBuzz.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/anotherFizzBuzz.js -------------------------------------------------------------------------------- /anotherHello.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/anotherHello.js -------------------------------------------------------------------------------- /anotherMax.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/anotherMax.js -------------------------------------------------------------------------------- /anyElement.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/anyElement.js -------------------------------------------------------------------------------- /apple.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/apple.js -------------------------------------------------------------------------------- /areaAndVolume.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/areaAndVolume.js -------------------------------------------------------------------------------- /areaOfASquare.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/areaOfASquare.js -------------------------------------------------------------------------------- /areaOrPerimeter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/areaOrPerimeter.js -------------------------------------------------------------------------------- /argumentAddition.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/argumentAddition.js -------------------------------------------------------------------------------- /argumentsSum.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/argumentsSum.js -------------------------------------------------------------------------------- /arrayFilter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/arrayFilter.js -------------------------------------------------------------------------------- /arrayMean.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/arrayMean.js -------------------------------------------------------------------------------- /arrayOfN.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/arrayOfN.js -------------------------------------------------------------------------------- /arrayOfPowers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/arrayOfPowers.js -------------------------------------------------------------------------------- /arrayType.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/arrayType.js -------------------------------------------------------------------------------- /arrayWithComma.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/arrayWithComma.js -------------------------------------------------------------------------------- /ascIIChar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/ascIIChar.js -------------------------------------------------------------------------------- /aspectRatio.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/aspectRatio.js -------------------------------------------------------------------------------- /ateTheCookie.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/ateTheCookie.js -------------------------------------------------------------------------------- /baryTriangle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/baryTriangle -------------------------------------------------------------------------------- /basicMathOps.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/basicMathOps.js -------------------------------------------------------------------------------- /bikeTimer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/bikeTimer.js -------------------------------------------------------------------------------- /billboardAd.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/billboardAd.js -------------------------------------------------------------------------------- /binarySum.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/binarySum.js -------------------------------------------------------------------------------- /binaryToDecimal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/binaryToDecimal.js -------------------------------------------------------------------------------- /blackBox.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/blackBox.js -------------------------------------------------------------------------------- /blueAndRedMarbles.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/blueAndRedMarbles.js -------------------------------------------------------------------------------- /boardGameLogic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/boardGameLogic -------------------------------------------------------------------------------- /booleanString.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/booleanString.js -------------------------------------------------------------------------------- /booleanToString.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/booleanToString.js -------------------------------------------------------------------------------- /bugFinishLoop.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/bugFinishLoop.js -------------------------------------------------------------------------------- /bugsTrilogy1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/bugsTrilogy1.js -------------------------------------------------------------------------------- /busyBugFix.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/busyBugFix.js -------------------------------------------------------------------------------- /calculateAverage.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/calculateAverage.js -------------------------------------------------------------------------------- /calculateBmi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/calculateBmi.js -------------------------------------------------------------------------------- /calculatorLogic.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/calculatorLogic.js -------------------------------------------------------------------------------- /catAndDogYears.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/catAndDogYears.js -------------------------------------------------------------------------------- /changeMe.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/changeMe.js -------------------------------------------------------------------------------- /charCodeArray.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/charCodeArray.js -------------------------------------------------------------------------------- /characterFrequency.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/characterFrequency.js -------------------------------------------------------------------------------- /characterRecognitionPatch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/characterRecognitionPatch.js -------------------------------------------------------------------------------- /checkArray.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/checkArray.js -------------------------------------------------------------------------------- /checkFactor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/checkFactor.js -------------------------------------------------------------------------------- /checkGood.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/checkGood.js -------------------------------------------------------------------------------- /checkHealth.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/checkHealth.js -------------------------------------------------------------------------------- /chocolateBreak.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/chocolateBreak.js -------------------------------------------------------------------------------- /chooseDrink.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/chooseDrink.js -------------------------------------------------------------------------------- /chromosomeCheck.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/chromosomeCheck.js -------------------------------------------------------------------------------- /chuckNorrisVII.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/chuckNorrisVII.js -------------------------------------------------------------------------------- /circleArea.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/circleArea.js -------------------------------------------------------------------------------- /circleCircumference.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/circleCircumference.js -------------------------------------------------------------------------------- /circularObject.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/circularObject.js -------------------------------------------------------------------------------- /cityHello.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/cityHello.js -------------------------------------------------------------------------------- /classAvg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/classAvg.js -------------------------------------------------------------------------------- /classGrader.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/classGrader.js -------------------------------------------------------------------------------- /closestElevator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/closestElevator.js -------------------------------------------------------------------------------- /codeGarden.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/codeGarden.js -------------------------------------------------------------------------------- /collatzConjecture.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/collatzConjecture.js -------------------------------------------------------------------------------- /colorfulghost: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/colorfulghost -------------------------------------------------------------------------------- /combatFunction.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/combatFunction.js -------------------------------------------------------------------------------- /combineNames.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/combineNames.js -------------------------------------------------------------------------------- /combineStrings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/combineStrings.js -------------------------------------------------------------------------------- /commonDivisors.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/commonDivisors.js -------------------------------------------------------------------------------- /conditionalSwitch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/conditionalSwitch.js -------------------------------------------------------------------------------- /convertCelsius.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/convertCelsius.js -------------------------------------------------------------------------------- /countByX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/countByX.js -------------------------------------------------------------------------------- /countLowerCase.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/countLowerCase.js -------------------------------------------------------------------------------- /countMonkeys.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/countMonkeys.js -------------------------------------------------------------------------------- /countOddUnderX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/countOddUnderX.js -------------------------------------------------------------------------------- /countOfPlusSumOfNeg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/countOfPlusSumOfNeg.js -------------------------------------------------------------------------------- /countSheep.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/countSheep.js -------------------------------------------------------------------------------- /countSmaller.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/countSmaller.js -------------------------------------------------------------------------------- /countUp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/countUp.js -------------------------------------------------------------------------------- /counterPrototype.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/counterPrototype.js -------------------------------------------------------------------------------- /createHero.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/createHero.js -------------------------------------------------------------------------------- /csvRepresentation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/csvRepresentation.js -------------------------------------------------------------------------------- /cubeClass.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/cubeClass.js -------------------------------------------------------------------------------- /cuboidVolume.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/cuboidVolume.js -------------------------------------------------------------------------------- /cutCube.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/cutCube.js -------------------------------------------------------------------------------- /damagedArrows.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/damagedArrows.js -------------------------------------------------------------------------------- /dayOfTheWeek.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/dayOfTheWeek.js -------------------------------------------------------------------------------- /decibelScale.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/decibelScale.js -------------------------------------------------------------------------------- /describeAge.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/describeAge.js -------------------------------------------------------------------------------- /discountPrices.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/discountPrices.js -------------------------------------------------------------------------------- /discoutLitres.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/discoutLitres.js -------------------------------------------------------------------------------- /distance2DPoints.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/distance2DPoints.js -------------------------------------------------------------------------------- /distanceBetweenPillars.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/distanceBetweenPillars.js -------------------------------------------------------------------------------- /dnaToRna.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/dnaToRna.js -------------------------------------------------------------------------------- /doTurn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/doTurn.js -------------------------------------------------------------------------------- /dollarsAndCents.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/dollarsAndCents.js -------------------------------------------------------------------------------- /doubleCharacter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/doubleCharacter.js -------------------------------------------------------------------------------- /doubleInteger.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/doubleInteger.js -------------------------------------------------------------------------------- /drawStairs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/drawStairs.js -------------------------------------------------------------------------------- /drinkAbout.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/drinkAbout.js -------------------------------------------------------------------------------- /duckDuckGoose.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/duckDuckGoose.js -------------------------------------------------------------------------------- /enoughFuel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/enoughFuel.js -------------------------------------------------------------------------------- /enoughSpace.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/enoughSpace.js -------------------------------------------------------------------------------- /enumerableMagic.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/enumerableMagic.js -------------------------------------------------------------------------------- /evalObj.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/evalObj.js -------------------------------------------------------------------------------- /evaluateNumberStrings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/evaluateNumberStrings.js -------------------------------------------------------------------------------- /evenOddArray.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/evenOddArray.js -------------------------------------------------------------------------------- /everyElement.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/everyElement.js -------------------------------------------------------------------------------- /exclamationOverload.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/exclamationOverload.js -------------------------------------------------------------------------------- /exclusiveOperator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/exclusiveOperator.js -------------------------------------------------------------------------------- /expressionMatter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/expressionMatter.js -------------------------------------------------------------------------------- /extendCat.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/extendCat.js -------------------------------------------------------------------------------- /extendCatClass.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/extendCatClass.js -------------------------------------------------------------------------------- /factorial.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/factorial.js -------------------------------------------------------------------------------- /fakeBinary.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/fakeBinary.js -------------------------------------------------------------------------------- /fallingPetals.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/fallingPetals.js -------------------------------------------------------------------------------- /familyAgeProperties.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/familyAgeProperties.js -------------------------------------------------------------------------------- /feastofBeasts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/feastofBeasts.js -------------------------------------------------------------------------------- /fiftyPlusSix.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/fiftyPlusSix.js -------------------------------------------------------------------------------- /filterGeese.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/filterGeese.js -------------------------------------------------------------------------------- /filtersOutStrings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/filtersOutStrings.js -------------------------------------------------------------------------------- /finalGrade.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/finalGrade.js -------------------------------------------------------------------------------- /findDivisors.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/findDivisors.js -------------------------------------------------------------------------------- /findIntegral.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/findIntegral.js -------------------------------------------------------------------------------- /findStrangeValue.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/findStrangeValue.js -------------------------------------------------------------------------------- /findsRemainder.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/findsRemainder.js -------------------------------------------------------------------------------- /firstElements.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/firstElements.js -------------------------------------------------------------------------------- /firstInterpreter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/firstInterpreter.js -------------------------------------------------------------------------------- /firstLetterCapital.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/firstLetterCapital.js -------------------------------------------------------------------------------- /firstNElements.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/firstNElements.js -------------------------------------------------------------------------------- /firstNonConsecutive.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/firstNonConsecutive.js -------------------------------------------------------------------------------- /firstToLast.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/firstToLast.js -------------------------------------------------------------------------------- /fixAnotherBug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/fixAnotherBug.js -------------------------------------------------------------------------------- /fixClosure.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/fixClosure.js -------------------------------------------------------------------------------- /fixDevLab.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/fixDevLab.js -------------------------------------------------------------------------------- /fixFunction.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/fixFunction.js -------------------------------------------------------------------------------- /fixIdentifiers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/fixIdentifiers.js -------------------------------------------------------------------------------- /fixName.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/fixName.js -------------------------------------------------------------------------------- /fixNameBug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/fixNameBug.js -------------------------------------------------------------------------------- /fixNumberToString.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/fixNumberToString.js -------------------------------------------------------------------------------- /fixObject.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/fixObject.js -------------------------------------------------------------------------------- /floorNumerology.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/floorNumerology.js -------------------------------------------------------------------------------- /flowerPetals: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/flowerPetals -------------------------------------------------------------------------------- /freezeObject.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/freezeObject.js -------------------------------------------------------------------------------- /freudianWords.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/freudianWords.js -------------------------------------------------------------------------------- /fromCharCode.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/fromCharCode.js -------------------------------------------------------------------------------- /getASCII.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/getASCII.js -------------------------------------------------------------------------------- /getBonus.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/getBonus.js -------------------------------------------------------------------------------- /grabDoll.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/grabDoll.js -------------------------------------------------------------------------------- /gradeBook.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/gradeBook.js -------------------------------------------------------------------------------- /greaterSumOfCubes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/greaterSumOfCubes.js -------------------------------------------------------------------------------- /greaterThanLessThan.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/greaterThanLessThan.js -------------------------------------------------------------------------------- /growingPlant.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/growingPlant.js -------------------------------------------------------------------------------- /halfAgePlusSeven.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/halfAgePlusSeven.js -------------------------------------------------------------------------------- /headOverTail: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/headOverTail -------------------------------------------------------------------------------- /helloName: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/helloName -------------------------------------------------------------------------------- /helloSpock.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/helloSpock.js -------------------------------------------------------------------------------- /helloWorld.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/helloWorld.js -------------------------------------------------------------------------------- /hexToDecimal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/hexToDecimal.js -------------------------------------------------------------------------------- /hotdogPrices.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/hotdogPrices.js -------------------------------------------------------------------------------- /howGoodAreYouReally.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/howGoodAreYouReally.js -------------------------------------------------------------------------------- /howManySmaller.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/howManySmaller.js -------------------------------------------------------------------------------- /howMuchWater.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/howMuchWater.js -------------------------------------------------------------------------------- /htmlSpecialChars.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/htmlSpecialChars.js -------------------------------------------------------------------------------- /inSheepsClothing.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/inSheepsClothing.js -------------------------------------------------------------------------------- /includesGold.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/includesGold.js -------------------------------------------------------------------------------- /indexOfAnElement.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/indexOfAnElement.js -------------------------------------------------------------------------------- /infectedString.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/infectedString.js -------------------------------------------------------------------------------- /invertValues.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/invertValues.js -------------------------------------------------------------------------------- /isAlligator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/isAlligator.js -------------------------------------------------------------------------------- /isAnotherPalindrome.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/isAnotherPalindrome.js -------------------------------------------------------------------------------- /isDivisibleBy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/isDivisibleBy.js -------------------------------------------------------------------------------- /isPluralNeeded.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/isPluralNeeded.js -------------------------------------------------------------------------------- /isReallyNaN.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/isReallyNaN.js -------------------------------------------------------------------------------- /isSafeInteger.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/isSafeInteger.js -------------------------------------------------------------------------------- /isThisMyTail.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/isThisMyTail.js -------------------------------------------------------------------------------- /isToday.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/isToday.js -------------------------------------------------------------------------------- /isUpperCase.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/isUpperCase.js -------------------------------------------------------------------------------- /jadenSmith.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/jadenSmith.js -------------------------------------------------------------------------------- /jennySecretMessage.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/jennySecretMessage.js -------------------------------------------------------------------------------- /keepHydrated.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/keepHydrated.js -------------------------------------------------------------------------------- /larioAndMuigi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/larioAndMuigi.js -------------------------------------------------------------------------------- /leapYear.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/leapYear.js -------------------------------------------------------------------------------- /leapYears.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/leapYears.js -------------------------------------------------------------------------------- /learningToHula.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/learningToHula.js -------------------------------------------------------------------------------- /leoOscars.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/leoOscars.js -------------------------------------------------------------------------------- /levelUpMessage.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/levelUpMessage.js -------------------------------------------------------------------------------- /lochNess.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/lochNess.js -------------------------------------------------------------------------------- /lostWithoutMap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/lostWithoutMap.js -------------------------------------------------------------------------------- /loudFall.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/loudFall.js -------------------------------------------------------------------------------- /magicMath.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/magicMath.js -------------------------------------------------------------------------------- /makeUpperCase.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/makeUpperCase.js -------------------------------------------------------------------------------- /makingToast.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/makingToast.js -------------------------------------------------------------------------------- /matchingType.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/matchingType.js -------------------------------------------------------------------------------- /maxAndMin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/maxAndMin.js -------------------------------------------------------------------------------- /mergeArrays.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/mergeArrays.js -------------------------------------------------------------------------------- /messiGoals.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/messiGoals.js -------------------------------------------------------------------------------- /messiGoals2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/messiGoals2.js -------------------------------------------------------------------------------- /missionObjectives.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/missionObjectives.js -------------------------------------------------------------------------------- /modulusAddition.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/modulusAddition.js -------------------------------------------------------------------------------- /moneyConverter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/moneyConverter.js -------------------------------------------------------------------------------- /moveHero.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/moveHero.js -------------------------------------------------------------------------------- /mpgToKPL.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/mpgToKPL.js -------------------------------------------------------------------------------- /multipleOfIndex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/multipleOfIndex -------------------------------------------------------------------------------- /multiples.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/multiples.js -------------------------------------------------------------------------------- /multiplesBelow.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/multiplesBelow.js -------------------------------------------------------------------------------- /multiplicationTable.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/multiplicationTable.js -------------------------------------------------------------------------------- /multiply2Number.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/multiply2Number.js -------------------------------------------------------------------------------- /multiply8Or9.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/multiply8Or9.js -------------------------------------------------------------------------------- /mumbling.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/mumbling.js -------------------------------------------------------------------------------- /nDivisibleByXY.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/nDivisibleByXY.js -------------------------------------------------------------------------------- /nameShuffler.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/nameShuffler.js -------------------------------------------------------------------------------- /nba48MinAverage.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/nba48MinAverage.js -------------------------------------------------------------------------------- /nearestSquare.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/nearestSquare.js -------------------------------------------------------------------------------- /needOneBeginner.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/needOneBeginner.js -------------------------------------------------------------------------------- /needleInHaystack.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/needleInHaystack.js -------------------------------------------------------------------------------- /noBoringZeros.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/noBoringZeros.js -------------------------------------------------------------------------------- /noOdditiesHere.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/noOdditiesHere.js -------------------------------------------------------------------------------- /noneInArray.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/noneInArray.js -------------------------------------------------------------------------------- /notFirstAndLast.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/notFirstAndLast.js -------------------------------------------------------------------------------- /nthEven.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/nthEven.js -------------------------------------------------------------------------------- /nthPower.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/nthPower.js -------------------------------------------------------------------------------- /numberInString.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/numberInString.js -------------------------------------------------------------------------------- /numberOfDigits.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/numberOfDigits.js -------------------------------------------------------------------------------- /numberReversedArray.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/numberReversedArray.js -------------------------------------------------------------------------------- /numbersBetween.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/numbersBetween.js -------------------------------------------------------------------------------- /occurrencesOfElement.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/occurrencesOfElement.js -------------------------------------------------------------------------------- /oddInArray.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/oddInArray.js -------------------------------------------------------------------------------- /odiousOrEvil.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/odiousOrEvil.js -------------------------------------------------------------------------------- /oppositeCase.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/oppositeCase.js -------------------------------------------------------------------------------- /oppositesAttract.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/oppositesAttract.js -------------------------------------------------------------------------------- /orderOfOperations.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/orderOfOperations.js -------------------------------------------------------------------------------- /otherPower.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/otherPower.js -------------------------------------------------------------------------------- /ownedLigthsabers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/ownedLigthsabers.js -------------------------------------------------------------------------------- /padIt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/padIt.js -------------------------------------------------------------------------------- /palindromeChecker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/palindromeChecker.js -------------------------------------------------------------------------------- /parseFloat.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/parseFloat.js -------------------------------------------------------------------------------- /parseInt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/parseInt.js -------------------------------------------------------------------------------- /partialPressures.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/partialPressures.js -------------------------------------------------------------------------------- /periodIsLate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/periodIsLate.js -------------------------------------------------------------------------------- /personObject.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/personObject.js -------------------------------------------------------------------------------- /personalMessage.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/personalMessage.js -------------------------------------------------------------------------------- /pirateGreetings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/pirateGreetings -------------------------------------------------------------------------------- /pirateLoot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/pirateLoot.js -------------------------------------------------------------------------------- /pixelMural.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/pixelMural.js -------------------------------------------------------------------------------- /planetNameID.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/planetNameID.js -------------------------------------------------------------------------------- /playingBanjo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/playingBanjo.js -------------------------------------------------------------------------------- /pointSlope.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/pointSlope.js -------------------------------------------------------------------------------- /practicePush.js: -------------------------------------------------------------------------------- 1 | This is practice 2 | -------------------------------------------------------------------------------- /practicePush2.js: -------------------------------------------------------------------------------- 1 | This is a practice push 2 | -------------------------------------------------------------------------------- /practicePush3.js: -------------------------------------------------------------------------------- 1 | This is a practice push 2 | -------------------------------------------------------------------------------- /practicePush4.js: -------------------------------------------------------------------------------- 1 | This is a practice Push 2 | -------------------------------------------------------------------------------- /practicePush5.js: -------------------------------------------------------------------------------- 1 | This is a practice push 2 | -------------------------------------------------------------------------------- /pricePerLitre.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/pricePerLitre.js -------------------------------------------------------------------------------- /prototypeBark.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/prototypeBark.js -------------------------------------------------------------------------------- /prototypeNumber.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/prototypeNumber.js -------------------------------------------------------------------------------- /pushHash.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/pushHash.js -------------------------------------------------------------------------------- /quadraticCoefficients.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/quadraticCoefficients.js -------------------------------------------------------------------------------- /quarterOfYear.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/quarterOfYear.js -------------------------------------------------------------------------------- /reagentFormula.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/reagentFormula.js -------------------------------------------------------------------------------- /reduceButGrow.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/reduceButGrow.js -------------------------------------------------------------------------------- /regularSuperBall.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/regularSuperBall.js -------------------------------------------------------------------------------- /removeDuplicateNumbers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/removeDuplicateNumbers.js -------------------------------------------------------------------------------- /removeExclamation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/removeExclamation.js -------------------------------------------------------------------------------- /removeExclamationMarks.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/removeExclamationMarks.js -------------------------------------------------------------------------------- /removeExclamations.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/removeExclamations.js -------------------------------------------------------------------------------- /removeMinimum.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/removeMinimum.js -------------------------------------------------------------------------------- /removeNumbers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/removeNumbers.js -------------------------------------------------------------------------------- /removeOddIndexes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/removeOddIndexes.js -------------------------------------------------------------------------------- /repeatString.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/repeatString.js -------------------------------------------------------------------------------- /replaceDots.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/replaceDots.js -------------------------------------------------------------------------------- /replaceVowelsExclamation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/replaceVowelsExclamation.js -------------------------------------------------------------------------------- /returnsFive.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/returnsFive.js -------------------------------------------------------------------------------- /reverseArray.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/reverseArray.js -------------------------------------------------------------------------------- /reverseJustWords.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/reverseJustWords.js -------------------------------------------------------------------------------- /reverseLettersInSentence.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/reverseLettersInSentence.js -------------------------------------------------------------------------------- /reverseWords.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/reverseWords.js -------------------------------------------------------------------------------- /reversedSequence.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/reversedSequence.js -------------------------------------------------------------------------------- /rgbToHex.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/rgbToHex.js -------------------------------------------------------------------------------- /rockPaperScissors.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/rockPaperScissors.js -------------------------------------------------------------------------------- /roomObject.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/roomObject.js -------------------------------------------------------------------------------- /roundIt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/roundIt.js -------------------------------------------------------------------------------- /rowSumOddNumbers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/rowSumOddNumbers.js -------------------------------------------------------------------------------- /savingDiscount.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/savingDiscount.js -------------------------------------------------------------------------------- /schoolPaperwork.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/schoolPaperwork.js -------------------------------------------------------------------------------- /scoreTest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/scoreTest.js -------------------------------------------------------------------------------- /seatsInTheater.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/seatsInTheater.js -------------------------------------------------------------------------------- /seperatorMethod.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/seperatorMethod.js -------------------------------------------------------------------------------- /setAlarm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/setAlarm.js -------------------------------------------------------------------------------- /sharkBait.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/sharkBait.js -------------------------------------------------------------------------------- /shoppingList.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/shoppingList.js -------------------------------------------------------------------------------- /shortLongShort.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/shortLongShort.js -------------------------------------------------------------------------------- /shortenDate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/shortenDate.js -------------------------------------------------------------------------------- /shortenToDate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/shortenToDate.js -------------------------------------------------------------------------------- /simpleDerivative.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/simpleDerivative.js -------------------------------------------------------------------------------- /sleighAuthentication.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/sleighAuthentication.js -------------------------------------------------------------------------------- /smallInteger.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/smallInteger.js -------------------------------------------------------------------------------- /smashWords.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/smashWords.js -------------------------------------------------------------------------------- /sortAndFlattenArray.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/sortAndFlattenArray.js -------------------------------------------------------------------------------- /sortAndStar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/sortAndStar.js -------------------------------------------------------------------------------- /spEng.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/spEng.js -------------------------------------------------------------------------------- /speedKmToCm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/speedKmToCm.js -------------------------------------------------------------------------------- /squareAndSum.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/squareAndSum.js -------------------------------------------------------------------------------- /squareArgument.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/squareArgument.js -------------------------------------------------------------------------------- /squareRootOrSquare.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/squareRootOrSquare.js -------------------------------------------------------------------------------- /squaresOnly.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/squaresOnly.js -------------------------------------------------------------------------------- /squashBugs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/squashBugs.js -------------------------------------------------------------------------------- /stringAddition.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/stringAddition.js -------------------------------------------------------------------------------- /stringDigit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/stringDigit.js -------------------------------------------------------------------------------- /stringEndsWith.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/stringEndsWith.js -------------------------------------------------------------------------------- /stringStaircase.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/stringStaircase.js -------------------------------------------------------------------------------- /stringTemplate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/stringTemplate.js -------------------------------------------------------------------------------- /stringToArray.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/stringToArray.js -------------------------------------------------------------------------------- /stringToNumber.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/stringToNumber.js -------------------------------------------------------------------------------- /stringyStringy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/stringyStringy.js -------------------------------------------------------------------------------- /sumBetweenNumbers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/sumBetweenNumbers.js -------------------------------------------------------------------------------- /sumDifferencePairs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/sumDifferencePairs.js -------------------------------------------------------------------------------- /sumMethod.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/sumMethod.js -------------------------------------------------------------------------------- /sumOddOrEven.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/sumOddOrEven.js -------------------------------------------------------------------------------- /sumOfPositive.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/sumOfPositive.js -------------------------------------------------------------------------------- /sumOfSeries.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/sumOfSeries.js -------------------------------------------------------------------------------- /sumOfSquares.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/sumOfSquares.js -------------------------------------------------------------------------------- /sumWithNoHiLow.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/sumWithNoHiLow.js -------------------------------------------------------------------------------- /superSizeNumber.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/superSizeNumber.js -------------------------------------------------------------------------------- /surviveOrNot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/surviveOrNot.js -------------------------------------------------------------------------------- /suzukiStairs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/suzukiStairs.js -------------------------------------------------------------------------------- /swapValues.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/swapValues.js -------------------------------------------------------------------------------- /switchItUp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/switchItUp.js -------------------------------------------------------------------------------- /syntaxDebugging.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/syntaxDebugging.js -------------------------------------------------------------------------------- /templateStrings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/templateStrings.js -------------------------------------------------------------------------------- /thirdAngleOfTriangle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/thirdAngleOfTriangle.js -------------------------------------------------------------------------------- /thousandArray.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/thousandArray.js -------------------------------------------------------------------------------- /timeToMilliseconds.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/timeToMilliseconds.js -------------------------------------------------------------------------------- /tipCalculator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/tipCalculator.js -------------------------------------------------------------------------------- /toBinary.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/toBinary.js -------------------------------------------------------------------------------- /toFixed.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/toFixed.js -------------------------------------------------------------------------------- /totalScore.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/totalScore.js -------------------------------------------------------------------------------- /trafficLightsSwitch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/trafficLightsSwitch.js -------------------------------------------------------------------------------- /training2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/training2.js -------------------------------------------------------------------------------- /training3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/training3.js -------------------------------------------------------------------------------- /training4.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/training4.js -------------------------------------------------------------------------------- /transportationRental.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/transportationRental.js -------------------------------------------------------------------------------- /triangularNumbers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/triangularNumbers.js -------------------------------------------------------------------------------- /truncateName.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/truncateName.js -------------------------------------------------------------------------------- /twiceAsOld.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/twiceAsOld.js -------------------------------------------------------------------------------- /twoDecimals.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/twoDecimals.js -------------------------------------------------------------------------------- /uefaEuro2016.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/uefaEuro2016.js -------------------------------------------------------------------------------- /ufcFight.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/ufcFight.js -------------------------------------------------------------------------------- /unicodeTotal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/unicodeTotal.js -------------------------------------------------------------------------------- /updateArray.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/updateArray.js -------------------------------------------------------------------------------- /usingPowers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/usingPowers.js -------------------------------------------------------------------------------- /validateHello.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/validateHello.js -------------------------------------------------------------------------------- /validateLogin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/validateLogin.js -------------------------------------------------------------------------------- /validateRegex.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/validateRegex.js -------------------------------------------------------------------------------- /validateUsr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/validateUsr.js -------------------------------------------------------------------------------- /veryHot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/veryHot.js -------------------------------------------------------------------------------- /volumeDifference.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/volumeDifference.js -------------------------------------------------------------------------------- /volumeOfCuboid.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/volumeOfCuboid.js -------------------------------------------------------------------------------- /vowelRemover.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/vowelRemover.js -------------------------------------------------------------------------------- /waitTime.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/waitTime.js -------------------------------------------------------------------------------- /watermelon.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/watermelon.js -------------------------------------------------------------------------------- /welcomeLanguages.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/welcomeLanguages.js -------------------------------------------------------------------------------- /whatNumberIsIt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/whatNumberIsIt.js -------------------------------------------------------------------------------- /whoseMove.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/whoseMove.js -------------------------------------------------------------------------------- /wilsonPrimes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/wilsonPrimes.js -------------------------------------------------------------------------------- /withoutVAT.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/withoutVAT.js -------------------------------------------------------------------------------- /wrappedObj.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/wrappedObj.js -------------------------------------------------------------------------------- /yuanConversion.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesCreativeContent/CodeWars/HEAD/yuanConversion.js --------------------------------------------------------------------------------