codedamn

Return statement

Created by Codedamn about a year ago

0

No description provided

13 Comments

    1

    i dont understand javascript plz help me

    @adhikansh123

    Hidden

    @adhikansh123

    1

    Not understanding this tutorial

    @ajaypatil0935

    AJAY PATIL

    @ajaypatil0935

    0

    🤩

    @abbhiishek

    Abhishek Kushwaha

    @abbhiishek

    1

    function add(a,b){return a+b;};

    console.log(add(5,5));

    @000srini000

    S.SRINIVASAN

    @000srini000

    1

    Explained for someone who already understands it, not beginner friendly at all.

    @snowmandev

    Dmitriy

    @snowmandev

    2

    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)

    @winandhelpwin

    Andy

    @winandhelpwin

    0

    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?

    @madhav1521

    Madhav jajal

    @madhav1521

    3

    Please use easy examples, it is such a foolish example to use this much big words at first code of return

    @mehekshaikh

    Mehek Shaikh

    @mehekshaikh

    0

    5.26k views till 16-12-22

    3

    This introduction to js course is making me feel of guilt for paying the fees.

    0

    veryy bad course, why i paid ...shittttt

    @shivamkr

    shivam kumar

    @shivamkr

    2

    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

    @pooja18

    Pooja Kamble

    @pooja18

    0

    Thanks

    @jeevualoor

    jeevu aloor

    @jeevualoor

Your comment