I'm solving Task 100 by improving solution.js as presented below. The result came out fine on VS code but after submission, I got a Failed result. Please help out.
import { questionize } from './helper.js';
console.log(questionize('who are you') + questionize('?')); // who are you?
console.log(questionize('me') + questionize('?')); // me?