Last updated 4 years ago
Was this helpful?
it's a fundamental problem.
const joinStrings = (string1, string2) => `${string1} ${string2}`;