#23 Function return and passing

preview_player
Показать описание
How to return a value from a function in JavaScript?
How to pass a value to a function in JavaScript?

More Learning :

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

I REALLY APPRECIATE YOUR EFFORTS, REALLY GOOD EXPLANATION.

game_changer__________
Автор

Good Afternoon Sir, Hope you are good at your place. I have just began learning python via your course. I found it really interactive and knowledgeable. I would like to have a help from you. I did take course from other learning platforms, but didn't find it much useful. However your youtube channel is way better than them. Being a student and a fresher, it is bit easy to mention and show certificates in CV. If you can add certificate course (like take an exam, quiz, project and provide certificate) at a reasonable cost, will help a lot. Don't make it compulsory to take certificate, but those who can afford and would like to have a certification regarding a skill, will help improve CV. Please do consider to read it. Anyone who feels it helpful, can also like the comment. Thankyou for your time Sir.

jigyasu_solanki
Автор

Waiting for your videos very helpful for us. Also it is free of cost

VamsiKrishna-olum
Автор

I enjoyed the content of return and parameters. Thank u sir

nirusanhariharan
Автор

I know c++ and python from your python series and learning JavaScript from you🥰🥰🥰🥳🥳

anandjha
Автор

Thank you sir for explaining such a good programming language in a easy way💯💯💯👏👏👏🙏🙏🙏🧡🧡🧡

sampathkumar
Автор

This was a great and simple explanation, thanks so much 😊

StarCast
Автор

Thank you sir, your teaching is super and plz "IIFE" explain sir

maheshmelpati
Автор

Love from Bangladesh sir❤🥰❤🥰. Really you are my on of the most best Teacher!

sajjadahmed
Автор

sir too much simple way too explain and educate

urvalpanchal
Автор

3:07 I thought you were talking to me 😂

AchiragChiragg
Автор

Next goal machine learning from you please make a series on machine learning using python or java or JavaScript

anandjha
Автор

Now I can complete JS course easily with my Fav teacher.

buttlerface
Автор

Any one can say solution for template literal not working when apply to user in return/passing value.it giving only user

devanshis
Автор

Is if else statement is used in this statement?

komalkumari-juef
Автор

Sir where are you from...?? I want to come for learn coding...
Please reply Sir...
I am passionate and serious about my cyber carrier... please sir

aariffaizabadi
Автор

Oh well i did a different thing entirely but got the same output
function greet(){
return "Hello"
}

let user = 'Navin';
let str = greet() + " " + user
console.log(str);

senatoreddykul
Автор

Sir please say to take user input in JavaScript

thegreywalker
Автор

4:09 /*sir we can also write the code like this in a shorter way/*
function greet(user){
return `Hello ${user}`
}

let user = 'krenil';
console.log(greet(user))

kreshakshatriya-i
Автор

First view sir waiting for ur videos
Morning start with u☺️

avinashuppalapati