Welcome to My Scripts

This site is used to document all the scripts I have written in vanilla JavaScript, which means no libraries! All scripts are properly commented according to JSDoc guidelines.

Please feel free to use any of the scripts for our own use.

There are different branches within the repository that differ in terms of browser support.

  1. branch:master / site - IE10 - 11+ support.
  2. branch:ie67 / site - IE6 - 7+ support.
  3. es6 - Code written using classes, compiled via babel. Built off master.

Any feedback on what could be done better, bugs you see please put in Github.