본문 바로가기
Javascript/Clone Website

1. ES5 , Vanilla JS(JavaScript)란?

by 닉우 2020. 7. 1.

 

노마드코더

 

www.youtube.com/playlist?list=PL7jH19IHhOLM8YwJMTa3UkXZN-LldYnyK

 


1. ES5 란?

 

ECMA script: specification의 명칭같은 것이다.

ES5ECMAScript5와 동일하다.

이건 그냥 specification에 대한 업데이트다. (안내 책자같은)

1년에 한 번씩 기능이 업그레이드되고 있다. (2018년에 발표된 가장 최근 버젼은 ES9)

자바스크립트중앙집중적이라 누군가 업데이트를 하면 모든 브라우져에서 작동을 한다.

 

자세한건  여기를 참조한다.

https://www.w3schools.com/js/js_es5.asp

 

ECMAScript 5

ECMAScript 5 - JavaScript 5 What is ECMAScript 5? ECMAScript 5 is also known as ES5 and ECMAScript 2009 This chapter introduces some of the most important features of ES5. ECMAScript 5 Features These were the new features released in 2009: "use strict" Str

www.w3schools.com

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

 

 

 

 

 

 

 

 

※ 본 포스팅은 개인 공부 기록을 목적으로 남긴 글이며 본 사실과 다른 부분이 있다면 과감하게 지적 부탁드립니다.

댓글