coding code
  • 홈
  • 태그
  • 방명록
  • 메뉴 닫기
  • 글작성
  • 방명록
  • 환경설정
    • 분류 전체보기 (39)
      • coding (7)
      • 네트워크 (2)
      • 알고리즘 (5)
      • 용어 (0)
      • 온라인 광고 (1)
      • 오류 (4)
      • Javascript (12)
      • React (3)
      • winterWood 강의 (1)
  • 홈
  • 태그
  • 방명록
winterWood 강의

변수와 상수

변수 Variable 값을 저장할 수 있는 박스. 데이터를 저장할 때 쓰이는 '이름이 붙은 저장소' let age = 30; 상수 Constant 변수와 동일하게 값을 저장할 수 있지만 선언 후 이름을 바꿀 수 없다. const birthday= "2024.03.26"; 변수 네이밍 규칙 $, _ 제외한 기호는 사용할 수 없다. 숫자로 시작할 수 없다. 예약어를 사용할 수 없다. 변수 표기법 Camel Case const birthYear = 2000; Pascal case const MyName = 'name'; Snake Case const mobile_number = '010123456'; Kebab Case const user-id = 'uid';

2024. 3. 26. 15:07
오류

UnhandledPromiseRejectionWarning: SyntaxError: Unexpected token '??='

(node:36604) UnhandledPromiseRejectionWarning: SyntaxError: Unexpected token '??=' at Loader.moduleStrategy (internal/modules/esm/translators.js:145:18) (Use `node --trace-warnings ...` to show where the warning was created) (node:36604) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by..

2024. 3. 18. 17:05
카테고리 없음

Node로의 접근(parentNode, childeNode, firstChlide....)

Node로의 접근 HTML 문서에서 HTML DOM 노드에 접근하는 방법 2가지 getElementsBy~ 메소드를 이용 노드간의 관계를 이용하여 접근하는 방법 parentNode : 부모 노드 childNodes : 자식 노드 리스트 firstChild : 첫 번째 자식 노드 lastChild : 마지막 자식 노드 nextSibling : 다음 형제 노드 previousSibling : 이전 형제 노드 nodeName (노드 고유의 이름을 저장하므로, 수정할 수 없는 읽기 전용 프로퍼티) // HTML 문서의 모든 자식 노드 중에서 두 번째 노드의 이름을 선택함. document.getElementById("document").innerHTML = document.childNodes[1].nodeNam..

2023. 11. 23. 17:37
coding

GSAP 제공하는 Style 트윈 기본 문법

GSAP 제공하는 Style 트윈 기본 문법 CSS Style과 동일하게 gsap에 내장된 Style 변경 방법입니다. 장점은 CSS Style 보다 코드가 좀 간편합니다. GSAP에서 제공하는 Style과 CSS Style의 문법 차이를 아래와 같이 간단하게 정리해 보겠습니다. GSAP CSS x:300 transform: translateX(300px), margin-left: 300px y:300 transform: translateY(300px), margin-top: 300px scaleX:2 transfome: scaleX(2) scaleY:2 transfome: scaleY(2) rotation:360 transform: rotate(360deg) rotationX:180 transform:..

2023. 9. 22. 15:46
카테고리 없음

누구보다 쉽게 Readme 적기 (코테 문제 Readme 정리 방법)

Typora — a markdown editor, markdown reader. Readable & Writable Typora gives you a seamless experience as both a reader and a writer. It removes the preview window, mode switcher, syntax symbols of markdown source code, and all other unnecessary distractions. Instead, it provides a real live preview typora.io 꿀팁 중 꿀팁입니다 바로 다운로드 받으세요 문제를 그대로 복사하고 Typora에 붙여 넣습니다 그러면 이렇게 바로 마크다운을 해 줍니다 이걸 복사해서 자신..

2023. 9. 19. 16:21
coding

SRT 예매 매크로 - 크롬 확장 프로그램

GitHub - yeosuin/SRT-MACRO: srt 취소표 예약 도구 - chrome extension srt 취소표 예약 도구 - chrome extension. Contribute to yeosuin/SRT-MACRO development by creating an account on GitHub. github.com 로 들어가시면 다운로드 받으실 수 있습니다. https://github.com/youngjin-k/ktx-macro YoungJin Kang님의 프로젝트를 SRT 예매로 바꾸어서 만들었습니다 라이센스는 모두 YoungJin Kang에게 있습니다SRT Macro는 매진된 SRT 승차권 예매를 자동으로 수행해주는 크롬 확장 프로그램입니다. SRT 사이트 2023.09.08 사용 방법 ..

2023. 9. 8. 10:26
  • «
  • 1
  • 2
  • 3
  • 4
  • ···
  • 7
  • »

전체 카테고리

  • 분류 전체보기 (39)
    • coding (7)
    • 네트워크 (2)
    • 알고리즘 (5)
    • 용어 (0)
    • 온라인 광고 (1)
    • 오류 (4)
    • Javascript (12)
    • React (3)
    • winterWood 강의 (1)
반응형
  • 최근 글
  • 최근 댓글

최근 글

최근댓글

전체 방문자

오늘
어제
전체

블로그 인기글

250x250
Powered by Privatenote Copyright © coding code All rights reserved. TistoryWhaleSkin3.4

티스토리툴바