주석, 자바스크립트주석, 주석 단축키
CODEDRAGON ㆍDevelopment/JavaScript, jQuery, ...
반응형
주석문 (Comment)
http://codedragon.tistory.com/6216
자바스크립트주석
|
// |
한 줄 주석 처리 |
|
/* ~ */ |
한 줄 이상의 주석 처리 |
주석 단축키
|
한 줄 주석 |
Ctrl + / |
|
여러 줄 주석 |
Ctrl + Shift + / |
'Development > JavaScript, jQuery, ...' 카테고리의 다른 글
| 문자열 연산자 (+연산자), 문자열 연산자 vs 산술 연산자, 문자열 연산자 예 (0) | 2017.09.16 |
|---|---|
| 인스턴스(instance), instanceof 연산자 (0) | 2017.09.05 |
| XML 문법 경고 메시지 제거하기 : Description Resource Path Location Type - No grammar constraints (DTD or XML Schema) referenced in the document. xxx.xml line 1 XML Problem (0) | 2017.08.09 |
| 익명 함수와 선언적 함수 공통점 (0) | 2017.08.03 |
| jQuery UI Framework (0) | 2017.07.06 |