5 lines
53 B
JavaScript
5 lines
53 B
JavaScript
|
return {
|
||
|
punctuation: ", ",
|
||
|
exclamation: " !"
|
||
|
};
|