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: muses-code-js/js-intro-workshop
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.0
Choose a base ref
...
head repository: muses-code-js/js-intro-workshop
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 15 commits
  • 13 files changed
  • 11 contributors

Commits on Jan 19, 2018

  1. Improve level1.js and fix bug in level3.js (#12)

    * Improve level1.js
    
    * Fix incorrect [0] when using document.querySelector
    
    * typo
    danny-wu authored Jan 19, 2018
    Copy the full SHA
    dedc7a0 View commit details

Commits on Jul 17, 2018

  1. Fix typo. (#27)

    leftclickben authored and ButenkoT committed Jul 17, 2018
    Copy the full SHA
    60176d5 View commit details
  2. Improve section about operators. (#28)

    + Change `==` to `===` and `!=` to `!==`.
    + Add note about not using `==` and `!=`.
    + Add point about the result of a comparison operator being a boolean.
    + Some whitespace cleanup.
    leftclickben authored and ButenkoT committed Jul 17, 2018
    Copy the full SHA
    badce62 View commit details
  3. Empty vs. undefined, more about Booleans (#13)

    * Use Crockford terminology: "Vars which are not explicitly initialized are given the value undefined." https://www.crockford.com/javascript/survey.html
    
    * Change casing of Boolean reserved words. Add section for Boolean NOT operator.
    paulinetheitgirl authored and ButenkoT committed Jul 17, 2018
    Copy the full SHA
    6265a0b View commit details
  4. Update variables for es6 and add constants. (#26)

    + Change `var` for `let` or `const` in all sections.
    + Add comment about older `var` keyword.
    + Add section about constants.
    + Add explanation about arrays being reference types.
    + Add explanation about DOM elements being reference types.
    leftclickben authored and ButenkoT committed Jul 17, 2018
    Copy the full SHA
    60fece1 View commit details

Commits on Oct 8, 2018

  1. Copy the full SHA
    2efca49 View commit details

Commits on Nov 2, 2018

  1. Rebranding styles (#35)

    * Rebranging styles
    
    * Changing Facebook link
    
    * Change footer bg color from grey to purple
    
    * Add new link for slides on Google Slides
    
    * Update twitter Sydney
    ticidesign authored and ButenkoT committed Nov 2, 2018
    Copy the full SHA
    9d309ac View commit details

Commits on Nov 5, 2018

  1. small fixes

    ButenkoT committed Nov 5, 2018
    Copy the full SHA
    275b504 View commit details

Commits on Aug 14, 2019

  1. Added some suggested extensions for VS Code based on observations as …

    …a mentor (we asked all the coders to install VS Code at the start of the day) (#36)
    
    1. Todo Highlight - Make it easier to see the points where code should be tried.
    2. Code Spell Checker - A lot of problems were down to simple spelling mistakes, might help make the process smoother.
    3. Prettier - Formatting makes a huge difference on the readability of the code, this should help automate some of the formatting for new coders.
    FizzBuzz791 authored and ButenkoT committed Aug 14, 2019
    Copy the full SHA
    46bfd20 View commit details

Commits on Aug 16, 2019

  1. Improvment suggestions after august workshop (#37)

    * Some updates to the instructions, a lot is just markup.
    
    * Suggestions to improve level1.js
    
    * A few more details to level1.js
    
    * Suggestions to improve level2.js
    
    * Suggestions to improve level3.js
    tamm authored and ButenkoT committed Aug 16, 2019
    Copy the full SHA
    9886711 View commit details
  2. update twitter tags

    Tanya Butenko committed Aug 16, 2019
    Copy the full SHA
    1e09271 View commit details
  3. minor fixes to level1.js

    Tanya Butenko committed Aug 16, 2019
    Copy the full SHA
    6399e83 View commit details
  4. minor cleanup at level 2 and 3

    Tanya Butenko committed Aug 16, 2019
    Copy the full SHA
    df2f670 View commit details

Commits on Mar 23, 2020

  1. Copy the full SHA
    7af0687 View commit details

Commits on Apr 14, 2020

  1. Merge pull request #41 from muses-code-js/open-browser-console-table

    Fix table with Browser Console options
    linda-lai authored Apr 14, 2020
    Copy the full SHA
    0e76312 View commit details

This comparison is taking too long to generate.

Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.

You can try running this command locally to see the comparison on your machine:
git diff 5.0...master