본문 바로가기
GDSC/JS

[JS] 서문 및 참고 내용 정리본

by 킴도비 2022. 4. 26.

📕 공부할 책 : 자바 스크립트 완벽 가이드 7판


참고 링크 

 

MDN Web Docs

The MDN Web Docs site provides information about Open Web technologies including HTML, CSS, and APIs for both Web sites and progressive web apps.

developer.mozilla.org

 

Index | Node.js v18.0.0 Documentation

 

nodejs.org

  • 보조 자료(코드 예제, 연습 문제 등) : 
 

JavaScript: The Definitive Guide, 7th Edition

JavaScript is the programming language of the web and is used by more software developers today than any other programming language. For nearly 25 years this best seller has been … - Selection from JavaScript: The Definitive Guide, 7th Edition [Book]

www.oreilly.com

 

GitHub - davidflanagan/jstdg7: Example code from the book JavaScript: The Definitive Guide, 7th Edition

Example code from the book JavaScript: The Definitive Guide, 7th Edition - GitHub - davidflanagan/jstdg7: Example code from the book JavaScript: The Definitive Guide, 7th Edition

github.com

 


서문

 1. 책 표기법

  • 이탤릭체 : 이메일 주소, URL
  • 볼드체 : 강조하고자 하는 내용, 처음 등장한 용어
  • 고정폭 글꼴 : 자바스크립트 코드, CSS, HTML 코드. 프로그램을 만들 때 일반적으로 문자 그대로 입력하는 것. 파일 이름이나 경로 또한 포함됨.
  • 고정폭 글꼴 이탤릭체 : 자바스크립트 문법 설명
  • 고정폭 글꼴 볼드체 : 명령어, 기타 사용자가 문자 그대로 입력해야하는 텍스트. ☑는 일반적인 노트 ❕는 경고 또는 주의 표시.

'GDSC > JS' 카테고리의 다른 글

[JS] 1장과 2장 문제 및 질문 정리  (0) 2022.05.02