JavaScript: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 2: Line 2:
For server and desktop application JavaScript usage, please see the [[NodeJS]] page.
For server and desktop application JavaScript usage, please see the [[NodeJS]] page.


=Usage=
==Usage==
==Canvas==
===Canvas===
==Video==
===Video===
==Regular Expressions (Regex)==
===Regular Expressions (Regex)===
[https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions Reference]
[https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions Reference]
<syntaxhighlight lang="javascript">
<syntaxhighlight lang="javascript">
Line 17: Line 17:
</syntaxhighlight>
</syntaxhighlight>


=Compilation=
==Compilation==


=Modules=
==Modules==