Skip to content

Commit 4faea08

Browse files
Use non-interpolating string delimiters (#2265)
* Use non-interpolating string delimiters * [CI] Format code * Single quotes to doube quotes * Back to single quotes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 50529b4 commit 4faea08

File tree

1 file changed

+1
-1
lines changed
  • exercises/concept/poetry-club-door-policy/.meta

1 file changed

+1
-1
lines changed

exercises/concept/poetry-club-door-policy/.meta/exemplar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ export function backDoorResponse(line) {
4242
* @returns {string} the back door password
4343
*/
4444
export function backDoorPassword(word) {
45-
return frontDoorPassword(word) + `, please`;
45+
return frontDoorPassword(word) + ', please';
4646
}

0 commit comments

Comments
 (0)