IT_susu

[번역] Tutorial : Before We Start the tutorial 3 본문

[ javascript ]/react

[번역] Tutorial : Before We Start the tutorial 3

고베베 2019. 4. 12. 18:19

Prerequisites

전제조건

 

We’ll assume that you have some familiarity with HTML and JavaScript, but you should be able to follow along even if you’re coming from a different programming language. We’ll also assume that you’re familiar with programming concepts like functions, objects, arrays, and to a lesser extent, classes.

우리는 너가 html과 자바스크립트에 친숙하다고 가정하지만 너가 만약 다른 프로그래밍 언어기반이어도 따라올 수 있어야 한다. 또한 우리는 너가 함수, 객체, 배열, ..., 클래스들 같은 프로그래밍 개념에 친숙하다고 가정한다.

 

If you need to review JavaScript, we recommend reading this guide. Note that we’re also using some features from ES6 — a recent version of JavaScript. In this tutorial, we’re using arrow functions, classes, let, and const statements. You can use the Babel REPL to check what ES6 code compiles to.

만일 너가 자바스크립트 복습이 필요하다면, 우리는 이 가이드를 읽는 것을 추천한다. ES6(자바스크립트 최신 버전)의 일부 특징들을 사용한다. 이번 튜토리얼에서 우리는 화살표 함수들, 클래스들, let, const구문 사용하고 있다.

바벨 REP:을 사용해서 ES6 코드가 컴파일 되는 것을 확인할 수 있다.

Comments