function solution(message) { return message.length * 2 }
function solution(message) { return message.length * 2; }