From 66f34a9b5f879f2a5e89ef0e934657f4b0c075c7 Mon Sep 17 00:00:00 2001 From: yuliu2016 Date: Mon, 30 Oct 2017 22:45:42 -0400 Subject: [PATCH] Add JS Extensions --- Check for Palindromes => Check for Palindromes.js | 0 Chunky Monkey => Chunky Monkey.js | 0 Confirm the Ending => Confirm the Ending.js | 0 Counting Cards => Counting Cards.js | 0 Factorialize a Number => Factorialize a Number.js | 0 Falsy Bouncer => Falsy Bouncer.js | 0 ...ngest Word in a String => Find the Longest Word in a String.js | 0 Mutations => Mutations.js | 0 Profile Lookup => Profile Lookup.js | 0 ...a string repeat a string => Repeat a string repeat a string.js | 0 ...rgest Numbers in Arrays => Return Largest Numbers in Arrays.js | 0 Reverse a String => Reverse a String.js | 0 Seek and Destroy => Seek and Destroy.js | 0 Title Case a Sentence => Title Case a Sentence.js | 0 14 files changed, 0 insertions(+), 0 deletions(-) rename Check for Palindromes => Check for Palindromes.js (100%) rename Chunky Monkey => Chunky Monkey.js (100%) rename Confirm the Ending => Confirm the Ending.js (100%) rename Counting Cards => Counting Cards.js (100%) rename Factorialize a Number => Factorialize a Number.js (100%) rename Falsy Bouncer => Falsy Bouncer.js (100%) rename Find the Longest Word in a String => Find the Longest Word in a String.js (100%) rename Mutations => Mutations.js (100%) rename Profile Lookup => Profile Lookup.js (100%) rename Repeat a string repeat a string => Repeat a string repeat a string.js (100%) rename Return Largest Numbers in Arrays => Return Largest Numbers in Arrays.js (100%) rename Reverse a String => Reverse a String.js (100%) rename Seek and Destroy => Seek and Destroy.js (100%) rename Title Case a Sentence => Title Case a Sentence.js (100%) diff --git a/Check for Palindromes b/Check for Palindromes.js similarity index 100% rename from Check for Palindromes rename to Check for Palindromes.js diff --git a/Chunky Monkey b/Chunky Monkey.js similarity index 100% rename from Chunky Monkey rename to Chunky Monkey.js diff --git a/Confirm the Ending b/Confirm the Ending.js similarity index 100% rename from Confirm the Ending rename to Confirm the Ending.js diff --git a/Counting Cards b/Counting Cards.js similarity index 100% rename from Counting Cards rename to Counting Cards.js diff --git a/Factorialize a Number b/Factorialize a Number.js similarity index 100% rename from Factorialize a Number rename to Factorialize a Number.js diff --git a/Falsy Bouncer b/Falsy Bouncer.js similarity index 100% rename from Falsy Bouncer rename to Falsy Bouncer.js diff --git a/Find the Longest Word in a String b/Find the Longest Word in a String.js similarity index 100% rename from Find the Longest Word in a String rename to Find the Longest Word in a String.js diff --git a/Mutations b/Mutations.js similarity index 100% rename from Mutations rename to Mutations.js diff --git a/Profile Lookup b/Profile Lookup.js similarity index 100% rename from Profile Lookup rename to Profile Lookup.js diff --git a/Repeat a string repeat a string b/Repeat a string repeat a string.js similarity index 100% rename from Repeat a string repeat a string rename to Repeat a string repeat a string.js diff --git a/Return Largest Numbers in Arrays b/Return Largest Numbers in Arrays.js similarity index 100% rename from Return Largest Numbers in Arrays rename to Return Largest Numbers in Arrays.js diff --git a/Reverse a String b/Reverse a String.js similarity index 100% rename from Reverse a String rename to Reverse a String.js diff --git a/Seek and Destroy b/Seek and Destroy.js similarity index 100% rename from Seek and Destroy rename to Seek and Destroy.js diff --git a/Title Case a Sentence b/Title Case a Sentence.js similarity index 100% rename from Title Case a Sentence rename to Title Case a Sentence.js