Thanks to visit codestin.com
Credit goes to github.com

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: wesbos/JavaScript30
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: devjona/JavaScript30
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.
  • 18 commits
  • 9 files changed
  • 3 contributors

Commits on Nov 23, 2017

  1. Finished with lesson one. Main takeaways, learning about transitionen…

    …d (CSS).
    Jonathan Alorda committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    576a20d View commit details
    Browse the repository at this point in the history
  2. Added a comment about how many cool HTML5 elements there are in this …

    …exercise\!
    Jonathan Alorda committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    209bfe7 View commit details
    Browse the repository at this point in the history
  3. added a comment.

    Jonathan Alorda committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    b4b5eed View commit details
    Browse the repository at this point in the history
  4. Finished CSS clock\! There is so much already available to us with CS…

    …S and built-in time object methods. I refactored the solution to call the clockEngine function.
    Jonathan Alorda committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    078a902 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2017

  1. CSS Variables without Sass\! (not that I mind, because I like Sass, b…

    …ut once again, there is so much available in native CSS, JS, HTML5\!
    Jonathan Alorda committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    ac54853 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2017

  1. Configuration menu
    Copy the full SHA
    63f5349 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2018

  1. Done with Array Cardio Day 1.

    Jonathan Alorda committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    0e624eb View commit details
    Browse the repository at this point in the history
  2. started flex panels.

    Jonathan Alorda committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    4f269d9 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2018

  1. Finished Flex Panels. The most interesting part is the reminder of al…

    …l the Event types and properties that DOM elements have, and how they can be leveraged. Also, skipped ahead to JS Ref vs Copying.
    Jonathan Alorda committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    e27c13a View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2019

  1. committing work on the typeahead lesson.

    Jonathan Alorda committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    826b9ca View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2019

  1. Configuration menu
    Copy the full SHA
    a04e393 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2019

  1. I can manually check a box with JavaScript, and I can tell whether or…

    … not SHIFT is pressed when a click event happens.
    Jonathan_Alorda authored and Jonathan_Alorda committed May 14, 2019
    Configuration menu
    Copy the full SHA
    10625b7 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2019

  1. This is now loosely working, but I'd like to make it smarter. Assignm…

    …ent 'passed', however.
    Jonathan_Alorda authored and Jonathan_Alorda committed May 15, 2019
    Configuration menu
    Copy the full SHA
    9944f79 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2019

  1. Configuration menu
    Copy the full SHA
    9955b39 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2019

  1. Adds improvements to how this works, event listeners are more specifi…

    …ed to the node, not the whole nodelist parent, and we are going to be able to select individual messages and a range, such as message 2, and range 5-8, without selecting 3,4.
    Jonathan_Alorda authored and Jonathan_Alorda committed May 17, 2019
    Configuration menu
    Copy the full SHA
    b1897a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. Finished the Canvas lesson. It was fun! From the look sof it at MDN, …

    …there are a lot of possibilities with Canvas, including drawing geometric shapes.
    Jonathan_Alorda authored and Jonathan_Alorda committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    97874ce View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into lesson-10

    Jonathan_Alorda authored and Jonathan_Alorda committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    63c1c4a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from alorda/lesson-10

    Lesson 10 Into Master Branch
    devjona authored Apr 24, 2020
    Configuration menu
    Copy the full SHA
    8e7afa4 View commit details
    Browse the repository at this point in the history
Loading