•  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
현재 진행 중인 사용자 토론이 있습니다.
r19 vs r20
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
}}}
42
44
{{{#!syntax python
46
alpha = 'wiki'
48
the = 'tree'
50
52
if alpha == 'wiki':
54
if the !== 'tree':
56
print('알파위키');
58
else:
60
print('테스트위키');
62
64
# 대충 이렇게 만들면 되겠지?
66
}}}
1
더시드엔진 기반 위키. 나무위키에서 갈라져 나온 위키이다.