Multiple exercises were added to the TypeScript track in this commit.
This commit is contained in:
3
typescript/nucleotide-count/nucleotide-count.ts
Normal file
3
typescript/nucleotide-count/nucleotide-count.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export function nucleotideCounts(/* Parameters go here */) {
|
||||
throw new Error('Remove this statement and implement this function')
|
||||
}
|
||||
Reference in New Issue
Block a user