본문 바로가기
Roadmap

[Roadmap] Javascript

by cogito21_js 2024. 5. 10.
반응형

목차

[0. 환경설정]

(0.0 Windows)

0.0.1 VSCode 설치

0.0.2 Node.js 설치

0.0.3 Browser 설치

 

(0.1 Ubuntu)

0.1.1 VSCode 설치

0.1.2 Node.js 설치

0.1.3 Browser 설치

 

(0.2 MacOS)

0.2.1 VSCode 설치

0.2.2 Node.js 설치

0.2.3 Browser 설치

 

[1. Javascript]

(1.1 Vanilla Javascript)

1.1.0 환경설정

1.1.1 변수

1.1.2 연산자

1.1.3 제어문: 조건문

1.1.4 제어문: 반복문

1.1.5 함수

1.1.6 object/prototype 

 

(1.2 Modern Javascript)

 

(1.3 API)

1.3.1 DOM

 

 

[2. 자료구조/알고리즘]

(2.1 자료구조)

2.1.0 자료구조 개요

2.1.1 배열

2.1.2 연결리스트

2.1.3 스택

2.1.4 큐

2.1.5 덱

2.1.6 해시

2.1.7 트리

2.1.8 그래프

2.1.9 힙

 

(2.2 알고리즘)

2.2.0 알고리즘 개요

2.2.1 정렬

2.2.2 재귀

2.2.3 다이내믹 프로그래밍

2.2.4 탐욕

2.2.6 순차/이분 탐색

2.2.7 BFS/DFS

 

 

(2.3 코딩테스트)

2.3.0 코딩테스트 개요

2.3.1 

반응형