•  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  

알파위키(비교)

r14 vs r15
1{{{#!syntax typescript
2let test = true;
3
4public asdfasdf {
52 test = false;
63}
74
85// 근데 ts 이따구로 쓰는게 맞긴 함?
96}}}
107typescript
118
129{{{#!syntax javascript
1310const gdl = {};
1411const blue = JSON.parse('{"__proto__":{"gdl": "Missing"}}');
1512
1613Object.assign(gdl, blue);
1714console.log(gdl.gdl);
1815// ProtoType Pollution!!!!
1916
2017// 대충 저따구로 하면 프로토타입의 프로토타입의 프로토타입의.... 되어 영원히 반복된다고 한다
2118}}}
1더시드엔진 기반 위키. 나무위키에서 갈라져 나온 위키이다.