filmov
tv
Dart Functions
![preview_player](https://i.ytimg.com/vi/gaPBVu7_kVQ/maxresdefault.jpg)
Показать описание
In this video I show you how to create functions in dart. I show you functions that don't return anything, return a double, and return an integer. I also show you how to create a recursive function (a function that calls itself). You'll learn about the difference between an argument and a parameter as well and how to invoke a function.