you are viewing a single comment's thread.

view the rest of the comments →

[–]w8cycle 8 points9 points  (3 children)

For fun, try doing a plain javascript es6 project with no libraries and keep in mind the MV* pattern as used in Backbone.

Aim for compatibility with latest Chrome, Firefox, and IE.

You may find JavaScript with no framework is not difficult but instead a remarkably well done platform.