JavaScript
JavaScript Language Extensions
Description
Alpha Anywhere extensions added to JavaScript objects.
- Name
- Description
- Date Class
Methods to extend the native date variable.
- Number Class
Methods to extend the native number variable.
- String Class
Methods to extend the native string variable. Polyfills have also been added to support substr with a negative index, trim, repeat, padStart and padEnd.