테스트위키
최근 변경
최근 토론
임의 문서
도구
최근 변경
알파위키
(r19 RAW)
{{{#!syntax typescript let test = true; public asdfasdf { test = false; } // 근데 ts 이따구로 쓰는게 맞긴 함? }}} typescript {{{#!syntax javascript const gdl = {}; const blue = JSON.parse('{"__proto__":{"gdl": "Missing"}}'); Object.assign(gdl, blue); console.log(gdl.gdl); // ProtoType Pollution!!!! // 대충 저따구로 하면 프로토타입의 프로토타입의 프로토타입의.... 되어 영원히 반복된다고 한다 }}} {{{#!syntax python alpha = 'wiki' the = 'tree' if alpha == 'wiki': if the !== 'tree': print('알파위키'); else: print('테스트위키'); # 대충 이렇게 만들면 되겠지? }}}
Liberty
|
the tree