JavaScript syntax: Difference between revisions

Content deleted Content added
Wikified citation. Inserted reference to C++ comments.
typo
Line 6:
#[[AWK_programming_language|AWK]] contributed
##Exact syntax of access to associative arrays, including the loop over hashes (associatve arrays) with the ''for (key in object)'' iteration.
##Exact syntax of function delarationdeclaration, including the formal parameter list.
##The functions ''match'', ''length'', ''split'', and ''substring'' with almost identical syntax and semantics.
#[[Perl_programming_language|Perl]] contributed details of regular expression handling.