Answer & Solution
Answer: Option A
Solution:
A function literal is defined using the function keyword followed by a name, parameters, and a body.
let greeting = Hello, ${'World'}!;
let x = 0o10;