https://github.com/h-wi/2022_Winter_TIL/tree/main/0110
GitHub - h-wi/2022_Winter_TIL
Contribute to h-wi/2022_Winter_TIL development by creating an account on GitHub.
github.com
Today I Learned :
- Dart에서의 변수 선언, Null safety, final과 const형 변수의 차이점
- Dart의 자료형, collection if & for, String interpolation
- Dart는 모든 변수나 자료형, 함수도 Object로 관리되는 완전완전 객체지향 언어임 자바랑 비슷한게 많아서 쉽게 이해할수 있었음