Found 8 pages:
# | Page | Tags and summary |
---|---|---|
1 | جافاسكريبت | JavaScript, Landing, NeedsTranslation, TopicStub |
The JavaScript standard is ECMAScript. As of 2012, all modern browsers fully support ECMAScript 5.1. Older browsers support at least ECMAScript 3. A 6th major revision of the standard is in the works. | ||
2 | Index | JavaScript, MDN, meta |
Found 8 pages: | ||
3 | JavaScript reference | JavaScript, NeedsTranslation, TopicStub |
This part of the JavaScript section on MDN serves as a repository of facts about the JavaScript language. Read more about this reference. | ||
4 | Standard built-in objects | JavaScript, NeedsTranslation, TopicStub |
This chapter documents all the JavaScript standard built-in objects, along with their methods and properties. | ||
5 | Date | Date, JavaScript, NeedsTranslation, TopicStub |
Creates a JavaScript Date instance that represents a single moment in time. Date objects are based on a time value that is the number of milliseconds since 1 January, 1970 UTC. |
||
6 | Date.prototype | |
The Date.prototype property represents the prototype for the Date constructor. |
||
7 | JSON | JSON, JavaScript, NeedsTranslation, Object, Reference, Référence, TopicStub, polyfill |
The JSON object contains methods for parsing JavaScript Object Notation (JSON) and converting values to JSON. It can't be called or constructed, and aside from its two method properties it has no interesting functionality of its own. |
||
8 | JSON.stringify() | |
تقوم الدالة JSON.stringify() بتحويل قيم JavaScript إلى نص على طريقة JSON. يمكن اختياريا إما استبدال القيم إذا تم تحديد دالة الاستبدال (replacer)، أو إدراج خصائص معينة إذا تم تحديد لها جدولا في دالة الإستبدال. |
||