Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: marijnh/Eloquent-JavaScript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: keithGrout/Eloquent-JavaScript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 4 files changed
  • 1 contributor

Commits on Mar 1, 2014

  1. Update 02_program_structure.txt

    small typos
    keithGrout committed Mar 1, 2014
    Configuration menu
    Copy the full SHA
    7edd67e View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2014

  1. Update 03_functions.txt

    corrected function name from wrapNumber to wrapValue;
    keithGrout committed Mar 2, 2014
    Configuration menu
    Copy the full SHA
    c461792 View commit details
    Browse the repository at this point in the history
  2. clarified description of join method.

    line 203 instead of: An array of strings can be flattened to a single string...
                         An array can be flattened to a single string...
    keithGrout committed Mar 2, 2014
    Configuration menu
    Copy the full SHA
    1f496c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2014

  1. chapter 11 small typo fix

    line 20 changed 'necessary' to 'necessarily'
    keithGrout committed Mar 23, 2014
    Configuration menu
    Copy the full SHA
    45f8e92 View commit details
    Browse the repository at this point in the history
Loading