| [ Web Proxy ] |
| Viewing: https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Operators#description | [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 .
thisthis .
functionfunction .
classclass .
function*function* .
yield.
yield*.
async functionasync function .
awaitpromise resolution/rejection .
[].
{}.
/ab+c/i.
( ).
.
.
(object.property, object["property"])
newnew .
new.target , new.target new .
supersuper .
...obj( ) , ( ) .
/ .
.
( ) .
**.
, Boolean .
Boolean .
.
32 (0 1) JavaScript .
() , .
.
.
=.
*=.
**=.
/=.
%=.
+=.
-=
<<=.
>>=.
>>>=.
&=AND .
^=XOR .
|=OR .
&&=AND .
||=OR .
??=nullish .
{a, b} = {a:1, b:2}
[a, b] = [1, 2].
,.
This page was last modified on 2026 7 15 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 |