Back

how to solve codekata

Created 5 years ago
182 Views
2 Comments
AshwinSivasankar
@AshwinSivasankar
AshwinSivasankar
@AshwinSivasankarProfile is locked. Login

As i'm a begginer,i dont know how to solve codekata problems.please help me in solving the 1st problem in absolute begginer

this is my code in javascript to find the area of rectangle.

let area=function(l,b){
let c=a*b;
console.log(c);
}
area(2,4)
Comments (2)
Please login to comment.