Binary Agents รันไม่ผ่านครับ ช่วยด้วยยยยยยยยยย

แก้ยังไงครับ ผมแก้ยังไงก็ไม่ผ่าน T T

   **รหัสของคุณ**

function binaryAgent(binary) {
//Convert the binary into an array of binary strings separated by whitespace.
binary = binary.split(' ');
//convert from binary to decimals, then to characters. 
return binary.map(elem => String.fromCharCode(parseInt(elem, 2))).join("");
}

binaryAgent("01000001 01110010 01100101 01101110 00100111 01110100 00100000 01100010 01101111 01101110 01100110 01101001 01110010 01100101 01110011 00100000 01100110 01110101 01101110 00100001 00111111"); 
   **ข้อมูลเบราว์เซอร์ของคุณ:**

ตัวแทนผู้ใช้คือ: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36 Edg/97.0.1072.76

Challenge: Binary Agents

ไปสู่ the challenge:

มัน Error ว่างัยบ้างครับ