JavaScript is only programming language for the web.
because there is only option
when it comes for frontend there is only language
빠르게 발전하고 있고 점점 강해지고 있다.
이벤트 처리를 위한 언어로 만들어졌다.
하지만 엄청나게 강력해졌다.
JavaScript is very powerful
socket.io
impact.js
three.js -> world draw app : 뭘 그리면비슷한게 뭔지 알려주는?
3d로 알려줌 전부 JavaScript로 만들어져있다.
ES5, ES6
ES5 ECMAScript Specification Version
centralized 중앙에서 업데이트되면 모든 곳에서
사용된다.
새로운 안내문을 발행한 것이다.
우리는 그냥 자바스크립트를 배울거야
버전은 걱정하지말고, 그냥 배워
dont worry about the version
vanila JavaScript is real uncooked JavaScript
그냥 쌩 자바스크립트
JavaScript
google chrome supports ES6
Normal JavaScript
왜 자바스크립트를 배워야하는지
ECMA is specification
framework and library is something like makeup
js file은 가장 나중에 추가한다.
JavaScript is already powerful
Variables(변수)
define variable :
javascript is a father that doesn't discipline
even if is not best grammer possible
usually in programming world
maybe we hava a error
so we can see everything
Expression
first create variable
Initialize 초기화
Use 사용
let a = 222;
let b = a-9;
javascript execute code from top th bottom
constants?
let allow you to change the numbeer
is 상수
if you want to make a list, just make a list
dayOfWeek[1]...
DB에서 가져온 리스트 이면 Array를 사용하고
Object를 Array에 넣을 수 있다.
'js' 카테고리의 다른 글
localStorage에 data 저장하고 불러오기 (3) | 2018.12.29 |
---|---|
make clock with vanilaJS (0) | 2018.12.29 |
간단한 function 만들기, MDN 문서의 중요성 (0) | 2018.12.23 |
변수의 선언과 JS 자료 저장 구조(배열) (0) | 2018.12.23 |
Your first JS Function (0) | 2018.12.18 |