News

methods are functions that are attached to your Javascript objects. For example the string data structure has a toUpperCase function attached to it. This means that when you call this function on a ...
object-pattern provides a fast and complete analog of Regular Expressions but aimed to describe generic object structures instead of strings. What was in my mind while creating this? Simple: creating ...
Unlike XML, JSON is simply a way to represent data structures, as opposed to a full markup language. XML is more difficult to manage than JSON format. Converting XML into a JavaScript object takes up ...
These look just like JavaScript arrays and are denoted with a square bracket, as shown in Listing 6. Of course, arrays may hold references to other objects, as well. With these two structures ...