•  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  

알파위키(비교)

r14 vs r15
1{{{#!syntax typescript
22let test = true;
33
44public asdfasdf {
55 test = false;
66}
77
88// 근데 ts 이따구로 쓰는게 맞긴 함?
99}}}
1010typescript
1111
1212{{{#!syntax javascript
1313const gdl = {};
1414const blue = JSON.parse('{"__proto__":{"gdl": "Missing"}}');
1515
1616Object.assign(gdl, blue);
1717console.log(gdl.gdl);
1818// ProtoType Pollution!!!!
1919
2020// 대충 저따구로 하면 프로토타입의 프로토타입의 프로토타입의.... 되어 영원히 반복된다고 한다
2121}}}
1더시드엔진 기반 위키. 나무위키에서 갈라져 나온 위키이다.