-
-
Save shinout/1271919 to your computer and use it in GitHub Desktop.
やる気がない時に実行するコマンド
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var list = [ | |
"部屋を掃除しろ!", | |
"部屋を片付けろ!", | |
"資料を整理しろ!", | |
"タスクを整理しろ!", | |
"メモを整理しろ!", | |
"「あとで読む」でも読んどけ!", | |
"風呂でも入っとけ!", | |
"何もするな。何も考えるな。", | |
"寝ろ!", | |
"ゲームでもして気分転換しよう", | |
"服を着替えろ!", | |
"外に出ろ!", | |
"PCをシャットダウンしろ!", | |
"ネット接続を切れ!", | |
"やらなければならないことを10分でもいいからやれ!", | |
"何か書け!", | |
"Twitterに何か書け!", | |
"ブログに何か書け!"]; | |
console.log(list[Math.floor(Math.random() * list.length)]); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment