Baseline Widely available
í ë¹(=
) ì°ì°ìë ë³ìì ê°ì ëì
íë ë° ì¬ì©ë©ëë¤. í ë¹ ì°ì°ì í ë¹ë ê°ì¼ë¡ íê°ë©ëë¤. í ë¹ ì°ì°ì를 ì°ê²°íì¬ ì¬ì©íë©´ ë¨ì¼ ê°ì ì¬ë¬ ë³ìì í ë¹í ì ììµëë¤.
let x = 2;
const y = 3;
console.log(x);
// Expected output: 2
console.log((x = y + 1)); // 3 + 1
// Expected output: 4
console.log((x = x * y)); // 4 * 3
// Expected output: 12
구문 ìì ê°ë¨í ëì
ê³¼ ì°ê²°íì¬ ì¬ì©
let x = 5;
let y = 10;
let z = 25;
x = y; // x ë 10ì
ëë¤.
x = y = z; // x, y, z ë 모ë 25ì
ëë¤.
ëª
ì¸ ë¸ë¼ì°ì í¸íì± ê°ì´ 보기
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4