Read Time:30 Second
What is Dart
Dart is a programming language designed for client development, such as for the web and mobile apps. It is developed by Google and can also be used to build server and desktop applications. It is an object-oriented, class-based, garbage-collected language with C-style syntax.
You can install the Dart SDK form here – Get Dart SDK or you can also try it in the browser – DartPad.
Table of Content
- Introduction
- Hello World
- Data Types
- Variable & Constant
- Input & Output
- Comments
- Keywords
- Operators
- Conditional Statements & Logical Operators
- Loops
- Functions
- Arrays
- Classes
Average Rating