Os nossos voluntários ainda não traduziram este artigo para Português (Europeu) . Junte-se a nós e ajude-nos a fazer o trabalho!
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