1
2
3
export function myApi(question, answer) {
return `${question}? - ${answer}`;
}