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)
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)