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

consistenly use increment and decrement #1884

Merged
merged 2 commits into from
Mar 26, 2019
Merged

consistenly use increment and decrement #1884

merged 2 commits into from
Mar 26, 2019

Commits on Mar 25, 2019

  1. consistenly use increment and decrement

    Ch 3.5 uses two different styles to increment and decrement numbers:
    
    `number +=1;`
    
    `number = number + 1;`
    
    This picks the first form and applies it to all examples.
    nicholasshirley committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    cfb8fb9 View commit details
    Browse the repository at this point in the history
  2. remove leftover '='

    nicholasshirley committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    5179c2a View commit details
    Browse the repository at this point in the history