Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(while): while文とdo-while文を追加 #91

Merged
merged 3 commits into from
Jul 18, 2016
Merged

feat(while): while文とdo-while文を追加 #91

merged 3 commits into from
Jul 18, 2016

Conversation

azu
Copy link
Collaborator

@azu azu commented Jul 18, 2016

  • while文
  • do-while文

基本的に、これを使わなくても実現できるなら、そちらを使うべきという話にしてる。
実際これを使うような場合は最適化を頑張ったり、短く書こうと思ったりした時なので、
普通に開発しようと思って書くケースは稀だと思う。

refs #68

## for文

for文はもっとも基本的な反復処理です。
JavaScriptのfor文はC言語やJavaと同様の構文になります。
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for文はC言語やJavaと同様の構文

これどこかで触れたい気もするけど、どこに書けばいいのかが分からない

@azu azu merged commit 067ba2e into master Jul 18, 2016
@azu azu deleted the while branch July 18, 2016 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant