Download

PassJS is a JavaScript library that tries to give a unique JavaScript experience accross major browsers from a developper perspective. The main objective is to implement missing ECMAScript 5 features in older browsers and to fix standard deviations. Currently the library provides features like:

  • Array.indexOf
  • Array.lastIndexOf
  • Array.forEach
  • Array.map
  • Array.every
  • String.trim
  • ..

We are pleased to announce the release of PassJS 0.3
This version comes with some new functionalities:

  • Date.toISOString
  • Date.toJSON

This version has improved performance.

How to use it?

To use the library include the pass.min.js file in your page. That's it!! All supported functions will be available in that page.

PassJS at Sourceforge PassJS at GitHub