본문 바로가기

김태휘's github 기록

23.01.10

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 :

  1. Dart에서의 변수 선언, Null safety, final과 const형 변수의 차이점
  2. Dart의 자료형, collection if & for, String interpolation
  3. Dart는 모든 변수나 자료형, 함수도 Object로 관리되는 완전완전 객체지향 언어임 자바랑 비슷한게 많아서 쉽게 이해할수 있었음

'김태휘's github 기록' 카테고리의 다른 글

23.01.19  (0) 2023.01.20
23.01.18  (0) 2023.01.20
23.01.12  (0) 2023.01.12
23.01.11  (0) 2023.01.12
23.01.07  (0) 2023.01.10