JavaScript Functions with Return Value Tutorial in Hindi / Urdu

preview_player
Показать описание
In this tutorial you will learn javascript functions with return value in Hindi, Urdu.You can learn how to create function with returning value and use that value on another function.

JavaScript Tutorial Playlist

Follow us on Facebook

Follow us on Twitter

#javascript #webdevelopment #webdesign
Рекомендации по теме
Комментарии
Автор

Abhi Tak ki apki sabhi video me se sabse difficult video yehi hai bhot hi jada complicated video bna di sir ye vali

puneetchoudhary
Автор

Seriously Baba jee it helps me to understand c (which I roughly finished earlier).... Just wow

AmitKumar-njob
Автор

finally I understand this concept
Thank u yahoo baba

mohdRizwan-ncnz
Автор

i made this percentage function very shortly by viewing you, if you like please comment.

<script type="text/javascript">


function hello(math, sci, geo){
var x=math+sci+geo;
y=x/300*100;
document.write(y);
}

hello(55, 75, 89);


</script>

CraftMuseumrmps
Автор

Sir now I am a regular student of you, I have nearly seen your all JavaScript tutorial. This all are really helpful for understanding for JavaScript, but sir in this lesson I can't understand of the uses of return value and why it's basically use if you elaborate it in a practical lesson I think it will be very helpful for many student like me. Thank you sir for your good tutorial.

salauddinkhokon
Автор

God bless u sir u r so super teacher .. every problem clear by ur video lecture

shrikrishnagupta
Автор

Jessay Jessy ma videos ma aghy ja rha hoo dimagh ghoom rha ha 😂😂😂 anyway love from Pakistan 🇵🇰 ali raza

Aleevlogs-szmr
Автор

Thank you soooo much for your explanation. you deserve 9999++++ love💗💗💗💗💗.

mr_sam_
Автор

Sir plz explain this little more from basics in detail step by step.

ujjawalingle
Автор

Sir the way you teach is very amazing.

mypersonal-kurf
Автор

Seriously sir your videos are too smoothing and understand sir please start react js tutorial ❤️❤️

ashutoshrai
Автор

You have skills how to make others understand

SaeedAhmed-ipzr
Автор

Baba your explanation is very good!!!!?

Expirynowrules-fugp
Автор

sirji bohot acha sikhate ho darshan chahiye hai aapke 🙏🙏🙏🙏🙏

ajitrajbhar
Автор

Hello Sir, I loved your videos. They are so amazing. you mentioned that you could have added the total of grades and also calculated the percentage within a single function instead of creating two separate functions. Could you please explain how would you do that? I am trying to do that but can't seem to figure it out. Thank you.

ankitdoshi
Автор

Dear Sir,

i made this in one function and its running
this the code :

function sum(math, English, Science, history, geography, workEducation){
var total = math + English + Science + history + geography + workEducation;
var per = total / 600 * 100;
return per;

}
var persentage = sum(60, 60, 60, 60, 60, 60);
document.write(persentage);

print(60)

avijitroy
Автор

kya he massst tareeka hai smjhane kaa bhai hats off to you 👍👍👍

RaquePlays
Автор

Hello sir,
What is the use of var a = fname + " - " + "lname";
because we can use that with assigning a var, like below:
<script>
function test(r, s) {
return r + s;
}
var t = test(50, 20);
document.write(t);

akramshaikh
Автор

You are the best teacher ❤
The best 😍

mdhasiburrahmannafiz
Автор

Basically what I understood is that, this concept of function is used when u want to re use the same function, further down in the code and not necessarily at that moment using statements(and not function call). Thus we are returning the values from this statement to that particular function. Please let me know if Im right.

raymonddsouza
visit shbcf.ru