Skip to content

Instantly share code, notes, and snippets.

@sasaco
Last active May 2, 2021 21:58
Show Gist options
  • Save sasaco/5dfe9072e509e928138c6b3a12de91a8 to your computer and use it in GitHub Desktop.
Save sasaco/5dfe9072e509e928138c6b3a12de91a8 to your computer and use it in GitHub Desktop.
const worry = (today) => {
if( today < GW.length) {
return 'ゆっくりしてね';
else {
return '大丈夫?';
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment