Back

CodeKata

Created 2 years ago
42 Views
1 Comments
KavinM004
@KavinM004
KavinM004
@KavinM004Profile is locked. Login

Mathmatics 40th Problem, Private testcases are failed but Guvi IDE I given Various testcases It SuccessFull . Give Me Solution.

let m=Number(userInput[0]);

let n="";

for(let i=1;i<=m;i++){

n+=(i*i)+1+" ";

}console.log(n);

My Screen With Faild Private Testcases
Comments
Please login to comment.