Examples of using Javascript object in English and their translations into Chinese
{-}
-
Political
-
Ecclesiastic
-
Programming
Methods are the most imperative piece of any JavaScript object.
This is a JavaScript object and is created as simply as shown in Listing 1.
This is one of the features that makes JavaScript object oriented.
A JavaScript object is an entity having state and behavior(properties and method).
With E4X, you can define an XML document as a JavaScript object.
People also translate
I try to copy some javascript object and send over to JSON based bookmark web server.
StarUML stores models in a very simple JSON(Javascript Object Notation) format.
The WebAssembly JavaScript object is the namespace for all WebAssembly-related functionality.
The Pipe output may be consumed as RSS or JavaScript Object Notation(JSON).
Long is not mapped to any JavaScript object, it depends on a class in the Kotlin runtime library.
In Javascript var x={x: y} is not JSON,this is a Javascript object.
The WebAssembly JavaScript object acts as the namespace for all WebAssembly-related functionality.
We propose that operations that modify JavaScript object storage execute atomically.
Every JavaScript object is linked to a prototype object from which it can inherit properties.
Everything can be altered just like any other JavaScript object and will update accordingly.
Every JavaScript object inherits a chain of prototypes, all of which terminate with Object. prototype.
JSON API documents are defined in JavaScript Object Notation(JSON)[RFC4627].
To understand JavaScript object prototypes, how prototype chains work, and how to add new methods onto the prototype property.
An additional benefit is that since it's really a JavaScript object, it's perfect for web applications.
XMLHttpRequest is a JavaScript object that was designed by Microsoft and adopted by Mozilla, Apple, and Google.
The URL describes the object to act upon and the server replies with a result code andvalid JavaScript Object Notation(JSON).
Keeping the data in a JavaScript object instead of reading/writing to the DOM showed massive improvements.
When it comes to transferring data between your server and your clients,JSON(Javascript Object Notation) has become the de facto data format.
For instance, a JavaScript object has a reference to its prototype(implicit reference) and to its properties values(explicit reference).
Jaql, a high-level query language based on JavaScript Object Notation(JSON), which also supports SQL.
JSON Parsing: JavaScript Object Notation is a language-independent format for data that is used to facilitate the communication between browsers and servers during asynchronous processing.
JSON is text, and we can convert any JavaScript object into JSON, and send JSON to the server.
If you can encode your data as JavaScript Object Notation(JSON), you will simplify it's use with the JavaScript language.
Improved JavaScript Support:Safari allows web applications that use JavaScript Object Notation(JSON) to run faster and more securely.
But because the memory object is just a JavaScript object, it itself is tracked by the garbage collector(even though its contents are not).