The following are the JavaScript supported features. They can be classified into General, String methods, Object methods, and Array methods:
General:
- Boolean values, numbers, strings, objects, arrays, functions, and regular expressions
- ES5.1 operators, ES7 exponentiation operators
- ES5.1 statements are var, if, else, switch, for, for in, while, do while, break, continue, return, try, catch, throw, and finally
- ES6 number and math properties and methods
- ES5.1 function methods are call, apply, and bind
- ES5.1 RegExp methods are test, and exec
- ES5.1 Date methods
- ES5.1 JSON objects
- ES5.1 global functions are isFinite, isNaN, parseFloat, parseInt, decodeURI, decodeURIComponent, encodeURI, and encodeURIComponent
- Error objects are ...