How do you define a multiline arrow function in JavaScript?
Multiline arrow functions are not supported in JavaScript.
By using the return keyword and curly braces {}.
return
By using backticks (`) for string interpolation.
By separating the lines with commas.