Return statement
Created by Codedamn about a year ago
No description provided
13 Comments
i dont understand javascript plz help me
Not understanding this tutorial
function add(a,b){return a+b;};
console.log(add(5,5));
Explained for someone who already understands it, not beginner friendly at all.
The return keyword basically just tells the computer what value to output from the function. That way you can use it for other stuff in your code later (such as defining a new variable or passing into a different function)
In begining, after return '(myAge+incrementBy)*multiplyBy ' putted and it works and at last you said that after 'return' none of the statements executes. why is that so?
Please use easy examples, it is such a foolish example to use this much big words at first code of return
5.26k views till 16-12-22
This introduction to js course is making me feel of guilt for paying the fees.
veryy bad course, why i paid ...shittttt
listen carefully he is explaining very well, instead of calling it as bad course do some self learning and refer some other resources also, tryout the code in visual studio too
Thanks