Skip to content

Commit 8987ca0

Browse files
authored
adds missing spaaace
1 parent ed66fdc commit 8987ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

insult.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
function insult(name, noun) {
2-
console.log(name + 'is a ' + noun +'. Deal with it!');
2+
console.log(name + ' is a ' + noun +'. Deal with it!');
33
}
44

55
module.exports = insult;

0 commit comments

Comments
 (0)