You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The JavaScript standard is ECMAScript. As of 2012, all modern browsers fully support ECMAScript 5.1. Older browsers support at least ECMAScript 3. A 6th major revision of the standard is being worked on.
122
+
The JavaScript standard is ECMAScript. As of 2012, all modern browsers fully support ECMAScript 5.1. Older browsers support at least ECMAScript 3. As of June 2015 the spec for ES6/ES2015 has been approved. See the ECMAScript 2015 Language Specification at <atarget="_blank" href="http://www.ecma-international.org/ecma-262/6.0/index.html">Ecma International</a>.
The JavaScript standard is ECMAScript. As of 2012, all modern browsers fully support ECMAScript 5.1. Older browsers support at least ECMAScript 3. A 6th major revision of the standard is being worked on.
122
+
The JavaScript standard is ECMAScript. As of 2012, all modern browsers fully support ECMAScript 5.1. Older browsers support at least ECMAScript 3. As of June 2015 the spec for ES6/ES2015 has been approved. See the ECMAScript 2015 Language Specification at <atarget="_blank" href="http://www.ecma-international.org/ecma-262/6.0/index.html">Ecma International</a>.
121
123
</p>
122
124
123
125
<p>
@@ -255,7 +257,7 @@ <h3>Immediately-Invoked Function Expression (IIFE)</h3>
JavaScript의 표준은 ECMAScript입니다. 2012년 현재, 모든 모던 브라우저는 ECMAScript 5.1을 완벽히 지원합니다. 조금 더 오래된 브라우저는 최소 ECMAScript 3를 지원합니다. 그리고 6번째 표준 개정판이 작업 중에 있습니다.
122
+
JavaScript의 표준은 ECMAScript입니다. 2012년 현재, 모든 모던 브라우저는 ECMAScript 5.1을 완벽히 지원합니다. 조금 더 오래된 브라우저는 최소 ECMAScript 3를 지원합니다. 2015년 6월 현재, ES6/ES2015의 사양이 승인되었습니다. ECMAScript 2015 언어 사양은 <atarget="_blank" href="http://www.ecma-international.org/ecma-262/6.0/index.html">Ecma International</a>에서 자세히 볼 수 있습니다.
@@ -222,7 +224,7 @@ <h3>Funções de fechamentos (<i>Closure</i>)</h3>
222
224
223
225
<p>
224
226
<i>Closures</i> (fechamentos) são funções que se referem a variáveis livres (independentes). Em outras palavras, a função definida no <i>closure</i> "lembra" do ambiente em que ela foi criada.
225
-
227
+
226
228
Esse é um importante conseito a ser entendido pois pode ser muito útil durante o desenvolvimento, como emulando métodos privados. Também pode ajudar a aprender como evitar erros comuns, como criando closures em loops.
227
229
</p>
228
230
@@ -257,7 +259,7 @@ <h3>Expressão de Função Invocada Imediatamente (IIFE - Immediately-Invoked Fu
257
259
<sectionclass="section" id="patterns">
258
260
<divclass="wrapper">
259
261
<h1><ahref="#patterns">PADRÕES</a></h1>
260
-
262
+
261
263
<h3>Descrição</h3>
262
264
263
265
<p>
@@ -827,15 +829,9 @@ <h3>Newsletter</h3>
827
829
<pclass="source link">
828
830
<ahref="http://designpepper.com/a-drip-of-javascript" target="_blank">A Drip of JavaScript</a>
0 commit comments