GUVI
Back

Getting Nil Value

Created 3 years ago
61 Views
2 Comments
SurajAhuja
@SurajAhuja
SurajAhuja
@SurajAhujaProfile is locked. Login

function Calculator(){

console.log(2+5);

console.log(2-5);

console.log(2*5);

console.log(2/5);

};

By writing above code in editor I am getting output value as Nil, not sure why

Comments (2)
Please login to comment.
 
Powered by habitate.io Habitate