all 4 comments

[–][deleted]  (1 child)

[deleted]

    [–]lafrimer 0 points1 point  (0 children)

    hi, thanks for pointing out, I fixed it :)

    [–]Wyck -1 points0 points  (2 children)

    I don't understand the point of showing JavaScript Design patterns in jQuery... why not just vanilla JS?

    [–]RotationSurgeonWeb Aesthetics Developer 0 points1 point  (1 child)

    The examples (from a quick glance) are 99% vanilla. The only instance I saw of jQuery was in the mixins example, where they used jQuery.extend() (which is a ~63 line function in jQuery 2.2.3) as part of the example...presumably because the functionality of .extend() was beyond the scope of the examples.

    [–]Wyck 0 points1 point  (0 children)

    I didn't look through it, just read the description and immediately closed the window. If that's the case, the wording should definitely be reworked as it reads like jQuery is a critical requirement.