New in JavaScript 1.4
The following is a changelog for JavaScript 1.4, which was only used for Netscape's server side JavaScript released in 1999. The old Netscape documentation can be found on archive.org.
New features in JavaScript 1.4
- Exception handling (
throw
andtry...catch
) in
operatorinstanceof
operator
Changed functionality in JavaScript 1.4
eval()
changes (cannot be called indirectly and no longer a method ofObject
)arguments
not a property of functions- Deprecated
Function.arity
in favor ofFunction.length
- Changes to LiveConnect
License
© 2016 Mozilla Contributors
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-us/docs/web/javascript/new_in_javascript/1.4