JavaScript: Difference between revisions
| Line 28: | Line 28: | ||
console.log(match[1], match[2]); | console.log(match[1], match[2]); | ||
console.table(match); | console.table(match); | ||
</syntaxhighlight> | |||
| Line 62: | Line 63: | ||
} | } | ||
} | } | ||
</syntaxhighlight> | </syntaxhighlight> | ||