comparison xml/en/docs/njs_about.xml @ 1850:8eae6bc1ea22

Fixed array.prototype.includes to ES7, corrected grammar.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 06 Dec 2016 15:30:08 +0300
parents 662822812f84
children 543f654ce08a
comparison
equal deleted inserted replaced
1849:662822812f84 1850:8eae6bc1ea22
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="1"> 12 rev="2">
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
108 <literal>map</literal>, <literal>reduce</literal>, 108 <literal>map</literal>, <literal>reduce</literal>,
109 <literal>reduceRight</literal> 109 <literal>reduceRight</literal>
110 </listitem> 110 </listitem>
111 111
112 <listitem> 112 <listitem>
113 ES6: <literal>includes</literal> 113 ES7: <literal>includes</literal>
114 </listitem> 114 </listitem>
115 </list> 115 </list>
116 116
117 </listitem> 117 </listitem>
118 118
142 </para> 142 </para>
143 143
144 </section> 144 </section>
145 145
146 146
147 <section id="not_supported" name="What still is not supported"> 147 <section id="not_supported" name="What is not supported yet">
148 148
149 <para> 149 <para>
150 <list type="bullet"> 150 <list type="bullet">
151 151
152 <listitem> 152 <listitem>