•  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
현재 진행 중인 사용자 토론이 있습니다.
r14 vs r15
1
{{{#!syntax typescript
2
let test = true;
4
6
public asdfasdf {
8
test = false;
10
}
12
14
// 근데 ts 이따구로 쓰는게 맞긴 함?
16
}}}
18
typescript
20
22
{{{#!syntax javascript
24
const gdl = {};
26
const blue = JSON.parse('{"__proto__":{"gdl": "Missing"}}');
28
30
Object.assign(gdl, blue);
32
console.log(gdl.gdl);
34
// ProtoType Pollution!!!!
36
38
// 대충 저따구로 하면 프로토타입의 프로토타입의 프로토타입의.... 되어 영원히 반복된다고 한다
40
}}}
1
더시드엔진 기반 위키. 나무위키에서 갈라져 나온 위키이다.