| [ Web Proxy ] |
| Viewing: https://developer.mozilla.org/ru/docs/Web/JavaScript/Reference/Operators | [Back] [Original] |
Get to know MDN better
This page was translated from English by the community. Learn more and join the MDN Web Docs community.
, JavaScript.
.
JavaScript.
this this .
function function .
class class .
function* function* ( ) -.
yield-.
yield*.
async function*async function .
awaitPromise ( ) /.
[]/ .
{}/
/ab+c/i.
( ).
.
(object.property object['property']).
new new .
new.target , new.
super super .
...obj, ( ) ( ).
/ .
.
( ) .
( ) Boolean, , .
Boolean , , .
.
32 ( ) JavaScript.
() .
, .
=.
*=.
/=.
%=.
+=.
-=.
<<=.
>>=.
>>>=.
&=.
^=.
|=.
{a, b} = {a:1, b:2}
[a, b] = [1, 2], .
,.
function - . , , yield.
.
[for (x of y) x].
(for (x of y) y).
This page was last modified on 29 . 2026 . by MDN contributors.
Your blueprint for a better internet.
Portions of this content are 19982026 by individual mozilla.org contributors. Content available under a Creative Commons license.
| Web Proxy Viewer | New URL | Original Page |