Update content in Dart (#3244)
* Updated 100 Dart Basics Dart can also be used to build server and desktop applications. * Updated 103 Functions Explanation about dart functionspull/3259/head
parent
1f3bf761cd
commit
522f16957a
2 changed files with 3 additions and 1 deletions
@ -1,5 +1,7 @@ |
||||
# Functions |
||||
|
||||
Dart is a true object-oriented language, so even functions are objects and have a type, Function. This means that functions can be assigned to variables or passed as arguments to other functions. You can also call an instance of a Dart class as if it were a function. |
||||
|
||||
Visit the following resources to learn more: |
||||
|
||||
- [Functions](https://dart.dev/guides/language/language-tour#functions) |
||||
|
Loading…
Reference in new issue