Skip to content

Instantly share code, notes, and snippets.

@satoyuichi
Created May 27, 2017 12:28
Show Gist options
  • Save satoyuichi/b7b35df3d45581e599c87970a7c3593a to your computer and use it in GitHub Desktop.
Save satoyuichi/b7b35df3d45581e599c87970a7c3593a to your computer and use it in GitHub Desktop.
while 文への置き換え
for (var x = 4; x < 9; x++) {
console.log ('xの値は' + x);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment