11 lines
186 B
JavaScript
11 lines
186 B
JavaScript
.
|
|
.
|
|
.
|
|
it("should return true for a mixed-case palindrome", function() {
|
|
let mixedCase = new Phrase("RaceCar");
|
|
// Fill in this line
|
|
});
|
|
.
|
|
.
|
|
.
|