-
Notifications
You must be signed in to change notification settings - Fork 62
Comparing changes
Open a pull request
base repository: muses-code-js/js-intro-workshop
base: 5.0
head repository: muses-code-js/js-intro-workshop
compare: master
- 15 commits
- 13 files changed
- 11 contributors
Commits on Jan 19, 2018
-
Improve level1.js and fix bug in level3.js (#12)
* Improve level1.js * Fix incorrect [0] when using document.querySelector * typo
Configuration menu - View commit details
-
Copy full SHA for dedc7a0 - Browse repository at this point
Copy the full SHA dedc7a0View commit details
Commits on Jul 17, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 60176d5 - Browse repository at this point
Copy the full SHA 60176d5View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for badce62 - Browse repository at this point
Copy the full SHA badce62View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 6265a0b - Browse repository at this point
Copy the full SHA 6265a0bView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 60fece1 - Browse repository at this point
Copy the full SHA 60fece1View commit details
Commits on Oct 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2efca49 - Browse repository at this point
Copy the full SHA 2efca49View commit details
Commits on Nov 2, 2018
-
* Rebranging styles * Changing Facebook link * Change footer bg color from grey to purple * Add new link for slides on Google Slides * Update twitter Sydney
Configuration menu - View commit details
-
Copy full SHA for 9d309ac - Browse repository at this point
Copy the full SHA 9d309acView commit details
Commits on Nov 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 275b504 - Browse repository at this point
Copy the full SHA 275b504View commit details
Commits on Aug 14, 2019
-
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.
Configuration menu - View commit details
-
Copy full SHA for 46bfd20 - Browse repository at this point
Copy the full SHA 46bfd20View commit details
Commits on Aug 16, 2019
-
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
Configuration menu - View commit details
-
Copy full SHA for 9886711 - Browse repository at this point
Copy the full SHA 9886711View commit details -
Tanya Butenko committed
Aug 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 1e09271 - Browse repository at this point
Copy the full SHA 1e09271View commit details -
Tanya Butenko committed
Aug 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 6399e83 - Browse repository at this point
Copy the full SHA 6399e83View commit details -
minor cleanup at level 2 and 3
Tanya Butenko committedAug 16, 2019 Configuration menu - View commit details
-
Copy full SHA for df2f670 - Browse repository at this point
Copy the full SHA df2f670View commit details
Commits on Mar 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7af0687 - Browse repository at this point
Copy the full SHA 7af0687View commit details
Commits on Apr 14, 2020
-
Merge pull request #41 from muses-code-js/open-browser-console-table
Fix table with Browser Console options
Configuration menu - View commit details
-
Copy full SHA for 0e76312 - Browse repository at this point
Copy the full SHA 0e76312View 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