pull/432/merge
DNA PARTİSİ 10⁻⁹ × 3.34 s/m 1 month ago committed by GitHub
commit a2fedf69d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -114,7 +114,7 @@ printFullName() // calling a function
### Function returning value ### Function returning value
Function can also return values, if a function does not return values the value of the function is undefined. Let us write the above functions with return. From now on, we return value to a function instead of printing it. Function can also return values, if a function does not return values the value of the function is undefined. Let us write the above functions with return. From now on, we return value from a function instead of printing it.
```js ```js
function printFullName (){ function printFullName (){

Loading…
Cancel
Save