comparison xml/en/docs/njs_about.xml @ 1864:543f654ce08a

Fixed phrase about scopes in "About nginScript".
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 14 Dec 2016 19:25:05 +0300
parents 8eae6bc1ea22
children e42f6c54ea5f
comparison
equal deleted inserted replaced
1863:fef4ab2d990c 1864:543f654ce08a
7 <!DOCTYPE article SYSTEM "../../../dtd/article.dtd"> 7 <!DOCTYPE article SYSTEM "../../../dtd/article.dtd">
8 8
9 <article name="About nginScript" 9 <article name="About nginScript"
10 link="/en/docs/njs_about.html" 10 link="/en/docs/njs_about.html"
11 lang="en" 11 lang="en"
12 rev="2"> 12 rev="3">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 nginScript is a subset of the JavaScript language that allows 17 nginScript is a subset of the JavaScript language that allows
33 33
34 <para> 34 <para>
35 <list type="bullet"> 35 <list type="bullet">
36 36
37 <listitem> 37 <listitem>
38 boolean values, numbers, strings, objects, arrays, 38 Boolean values, numbers, strings, objects, arrays,
39 functions, and regular expressions 39 functions, and regular expressions
40 </listitem> 40 </listitem>
41 41
42 <listitem> 42 <listitem>
43 ES5.1 operators 43 ES5.1 operators
148 148
149 <para> 149 <para>
150 <list type="bullet"> 150 <list type="bullet">
151 151
152 <listitem> 152 <listitem>
153 broken scopes support 153 Scopes
154 </listitem> 154 </listitem>
155 155
156 <listitem> 156 <listitem>
157 ES6 <literal>let</literal> and <literal>const</literal> declarations 157 ES6 <literal>let</literal> and <literal>const</literal> declarations
158 </listitem> 158 </listitem>