About Lesson
JavaScript Function Arguments
Function Arguments मे हम Arguments को पास करके Function को Call कर सकते है।
Function with Return Value
जब हम Function को Call करते है तो Function हमको एक Value वापस करता है जिसको हम अपने Program मे उपयोग करते है।
JavaScript Function Arguments
In Function Arguments we can call the function by passing arguments.
Function with Return Value
When we call a function, the function returns a value to us which we use in our program.