Pergunta de entrevista da empresa BYJU'S

What would be the output of the following JavaScript code? console.log(fun1(123)); console.log(fun1(1230)); function fun1(str){ return (str+"").split(); }