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