We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2472702 commit 93eab2aCopy full SHA for 93eab2a
src/hackerrank/interview_preparation_kit/string_manipulation/alternating_characters.ts
@@ -2,7 +2,7 @@
2
* @link Problem definition [[docs/hackerrank/interview_preparation_kit/string_manipulation/alternating-characters.md]]
3
*/
4
5
-export function alternatingCharacters(s: string): number {
+function alternatingCharacters(s: string): number {
6
let last = '';
7
let newString = '';
8
0 commit comments