Content deleted Content added
ClueBot NG (talk | contribs) m Reverting possible vandalism by 1.22.16.20 to version by Looie496. False positive? Report it. Thanks, ClueBot NG. (1154373) (Bot) |
|||
Line 127:
; array and object literals: Like many scripting languages, arrays and objects (associative arrays in other languages) can each be created with a succinct shortcut syntax. In fact, these [[Object literal|literals]] form the basis of the [[JSON]] data format.
; regular expressions: JavaScript also supports [[regular expression]]s in a manner similar to [[Perl]], which provide a concise and powerful syntax for text manipulation that is more sophisticated than the built-in string functions.
===Vendor-specific extensions===
|