Merge branch 'master' of TOP/javascript-exercises

This commit is contained in:
Michael Frank
2021-05-09 00:29:44 +12:00
2932 changed files with 302449 additions and 87 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const palindromes = require('./palindromes')
const palindromes = require("./palindromes");
describe('palindromes', () => {
test('works with single words', () => {