Support Amarindaz on Patreon: https://goo.gl/it9Gpk -~-
Title: Functions- How to create, call and retun in Google Apps Script
This is a series of Google apps script tutorials for beginners playlist https://bit.ly/google-apps-script-tut...
Tutorial Playlists:
Google apps script tutorial for beginners- https://bit.ly/google-apps-script-tut...
Automate internet explorer with VBA- https://goo.gl/Xmy8Af
Autoit tutorials for beginners- https://goo.gl/JHB1E2
Blog: www.amarindaz.com
FB page: / amarindaz
Instagram: https://goo.gl/ma9WUh
What is google apps script?
Google Apps Script is a JavaScript cloud scripting language that provides easy ways to automate tasks across Google products and third party services and build web applications.
========================================================
Recommended books:
Learning google apps script- http://amzn.to/2g00LoM
Google apps script for beginners- http://amzn.to/2gVAKvs
========================================================
A Google apps script function is a block of code written to perform a specified task.
A function is executed when "something" invokes it (calls it).
Syntax:
function name(parameter1, parameter2, parameter3) {
code to be executed
}
Function parameters are the names listed in the function definition.
Function arguments are the values received by the function when it is called.
💼 To Hire Me 👉 https://fwd.cx/WLGgpTiZW5HK
Checkout my app 👉 https://www.myfreshtools.com