Update 07_day_functions.md

pull/432/head
Abdurrahman Ayyıldız 3 years ago committed by GitHub
parent f0f1e662ae
commit c82114718c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -114,7 +114,7 @@ printFullName() // calling a function
### 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
function printFullName (){

Loading…
Cancel
Save