본문 바로가기
JavaScript/Clone Website

[JavaScript] #1.2 Super Powers of JS / #1.3 ES5, ES6 ESWTF (#코딩공부)

by 함께 공부해요 2020. 3. 6.

https://youtu.be/dBH_aMCuztk


<복습>

https://wook-2124.tistory.com/57

 

[JavaScript] #1.1 Why JS (#코딩공부)

https://youtu.be/FP9QEHzqwRM <준비물> https://repl.it/ Online IDE, Editor, and Compiler - Fast, Powerful, Free Repl.it is a simple yet powerful online IDE, Editor, Compiler, Interpreter, and REPL. C..

wook-2124.tistory.com

 

<자료>

// JS로 만든 Website들

https://world-draw.appspot.com/

 

World Draw

An AI Experiment to draw the world together.

world-draw.appspot.com

https://impactjs.com/games

 

Impact Games

 

impactjs.com

https://threejs.org/

 

three.js – JavaScript 3D library

 

threejs.org

http://taotajima.jp/

 

TAO TAJIMA | Filmmaker

A director and film maker with the Tokyo visual design studio Tangram.

taotajima.jp


1. World Draw

https://world-draw.appspot.com/

2. Impact Games

https://impactjs.com/games

3. three.js

https://threejs.org/

4. TAO TAJIMA

http://taotajima.jp/

이 4개의 웹사이트는 모두 JavaScript만을 이용해서 만든 웹사이트이다.

 

이렇게 JavaScript는 정적인 웹사이트를 active(동적)으로 만들어주는 힘을 갖고있다.


https://youtu.be/Vw7dmb7BUpY

 


1. ES5, ES6 란?

ES는 'E'CMA 'S'cript(ES5, ES6)의 줄임말

JavaScript는 컴퓨터와 대화할 수 있는 언어이고, ECMAScript는  Specification(명세서)라고 생각하면 된다. 그리고 ES5, ES6 등 각 버젼마다 설명하는 명세서가 다르다고 이해하면 된다.

 

위키백과: ECMAScript

https://ko.wikipedia.org/wiki/ECMA%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8

 

ECMA스크립트 - 위키백과, 우리 모두의 백과사전

위키백과, 우리 모두의 백과사전. ECMA스크립트(ECMAScript, 또는 ES[1])는 Ecma 인터내셔널의 ECMA-262 기술 규격에 정의된 표준화된 스크립트 프로그래밍 언어이다. 자바스크립트를 표준화하기 위해 만들어졌고 지금도 자바스크립트가 제일 잘 알려져 있지만, 액션스크립트와 J스크립트 등 다른 구현체도 포함하고 있다.[2] ECMA스크립트는 웹의 클라이언트 사이드 스크립트로 많이 사용되며 Node.js를 사용한 서버 응용 프로그램 및 서비스

ko.wikipedia.org

개념에 대한 이해는, 역시 위키백과를 보는게 빠르다.


2. Vanilla JS 란?

http://vanilla-js.com/

 

Vanilla JS

Vanilla JS Vanilla JS is a fast, lightweight, cross-platform framework for building incredible, powerful JavaScript applications. Introduction The Vanilla JS team maintains every byte of code in the framework and works hard each day to make sure it is smal

vanilla-js.com

Vanilla JS는 기존의 JavaScript의 한 종류로 Library가 없는 정말 기본중의 기본 그 자체다. 쉽게말해 화장이 안된, 조리가 되지 않은 JavaScript를 뜻한다. Vanilla JS를 앎으로써, JavaScript에 대해 본질적인 이해를 할 수 있다.

 

Vanilla JS에 대한 자세한 정보는 다음시간에 알아보겠다! :)


※ 신종 코로나 바이러스 조심하세요!!!!

댓글