diff options
author | elioat <hi@eli.li> | 2023-12-28 09:26:50 -0500 |
---|---|---|
committer | elioat <hi@eli.li> | 2023-12-28 09:26:50 -0500 |
commit | e07ac296c0ae4095c39d1bfd099f1a341326ca00 (patch) | |
tree | de2d2afa6a41aa6fe5c00eb8cdd691acf66b926c /js | |
parent | ab720e80246f9ac84c8f20fbac322a448618546b (diff) | |
download | tour-e07ac296c0ae4095c39d1bfd099f1a341326ca00.tar.gz |
*
Diffstat (limited to 'js')
-rw-r--r-- | js/b.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/b.js b/js/b.js index ec44ab7..7e22201 100644 --- a/js/b.js +++ b/js/b.js @@ -69,4 +69,4 @@ const b = { // const noVowels = b.replace(/[aeiou]/ig); // const censored = noVowels('*'); // const r4 = censored('Chocolate Rain'); -// console.log('curry ', r1, r2, r3, r4); +// console.log('curry ', r1, r2, r3, r4); \ No newline at end of file |