Hiya !
The exemplar suggests using interpolating delimiters, which seems awry :
I’m suggesting a change to
exercises/concept/poetry-club-door-policy/.meta/exemplar.js
of :
- return frontDoorPassword(word) + `, please`;
+ return frontDoorPassword(word) + ", please";