About
feel free to Contact me : Issues
- Github Reopsitory
var 인생 = []
const 사건들 = [
{ "원인": "무지", "결과": "모르는 대상에 대한 두려움"},
{ "원인": "무지", "결과": "무식해서 용감함"},
{ "원인": "무지", "결과": "알면 못해, 모를 때 하는 거야"},
{ "원인": "객기", "결과": "귀여울 때 부려야 함"},
{ "원인": "욕정", "결과": "상처받고 상처주고, 후회함"},
{ "원인": "욕심", "결과": "대박 혹은 쪽박"}
];
function 삽질하기( 사건들 ){
return 사건들[ Math.floor(Math.random() * 사건들.length) ]
}
while ( true ) {
인생.push( 삽질하기() );
}
console.log( 인생 )
delete 인생
// contact : https://github.com/pinedance/blog/issues
// copyright : Copyright © 2015. Junho. All rights reserved.