We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed66fdc commit 8987ca0Copy full SHA for 8987ca0
insult.js
@@ -1,5 +1,5 @@
1
function insult(name, noun) {
2
- console.log(name + 'is a ' + noun +'. Deal with it!');
+ console.log(name + ' is a ' + noun +'. Deal with it!');
3
}
4
5
module.exports = insult;
0 commit comments