Not 1.8.1 - the latest version of Javascript?
Why is https://developer.mozilla.org/en/JavaScript just giving you the api doc for version 1.5?
This is because some features have been added to each version of JavaScript, but much more has changed. For example, in JavaScript 1.6 several array processing functions have been added; almost nothing has changed. Because of this, most documentation can be stored the same way, although the MDC probably needs to update its version number in its documentation.
Changes in each version:
https://developer.mozilla.org/en/New_in_JavaScript_1.5
https://developer.mozilla.org/en/New_in_JavaScript_1.6
https://developer.mozilla.org/en/New_in_JavaScript_1.7
https://developer.mozilla.org/en/New_in_JavaScript_1.8
https://developer.mozilla.org/En/New_in_JavaScript_1.8.1
https://developer.mozilla.org/En/New_in_JavaScript_1.8.5
Source: https://habr.com/ru/post/1765005/More articles:ASP.NET MVC Razor Platform - asp.net-mvc-3Bestive-C Best practice for writing a simple method? - functionTelerik Extensions for ASP.NET MVC - Effective Implications - performancejQuery (document) .width () does not include width outside the visible area - javascriptgrails - как заставить загружать файл с расширением - javaDoes Rails Help Learn PHP Zend Framework - phpИзвлечь GridView только в одну строку? - androidIs it safe to replace the default Python interpreter MacOS X? - pythonNew Question for Erlang dict - erlangDebugging Silverlight Applications with IE9 Beta - debuggingAll Articles