diff --git a/lesson_04/brooklynharden/isPrime.test.ts b/lesson_04/brooklynharden/isPrime.test.ts new file mode 100644 index 000000000..e69de29bb diff --git a/lesson_04/brooklynharden/test_is_prime.py b/lesson_04/brooklynharden/test_is_prime.py new file mode 100644 index 000000000..e69de29bb diff --git a/lesson_06/brooklynharden/abbreviation.ts b/lesson_06/brooklynharden/abbreviation.ts new file mode 100644 index 000000000..5b4a8be2a --- /dev/null +++ b/lesson_06/brooklynharden/abbreviation.ts @@ -0,0 +1,22 @@ + +function isValidAlphaAbbreviation(word:string, abbreviation:string):boolean{ + let i:number = 0; //keep the index of the word + for(let j=0; j