Typora로 TIL 첫 작성

Typora로 TIL 첫 작성

function todayIlearned {
  if (study ==0){
    return 'Oh! no... back to class'
  } else {
    return 'Ok to go home'
  }
}
  • html

  • css

  • javascript

  • react

  • 이미지 연습

fault.png

마크다운 문법 배우기

마크다운 문법은 https://support.typora.io/Markdown-Reference/ 여기서 배울 수 있다. https://daringfireball.net/projects/markdown/basics 여기도 좋다.

이 글은 https://docs.google.com/presentation/d/1ilrVSHtTx5J0cb4P-eKZh6HEMfPqfy-wHls7SC4WqZg/edit#slide=id.g3cfcd925140162 를 참조하여 작성했다.

타이포라? https://typora.io/

javascript 재정리

  1. undefined, null, 0, -0, NaN, ""은 falsy(거짓으로 판정되는 값) 이 외의 값은 truthy(참으로 판정되는 값). (more? http://2dubbing.tistory.com/21

기타등등

https://coderunnerapp.com/ 이런 앱도 있다.


lastrites2018
Written bylastrites2018
I explain with words and code.

👉삽질의 역사는 노션 WIKI에서