Maths Array Class2. Obtain the Script |
|
Join the DiscussionMore of this FeatureTo be able to define mathArray objects to use in your Javascript calculations you need to copy the following script and attach it to the head section of your page. Once you have created your code you just save it to an external javascript file. I called mine matha.js. You then link it into the head of your page using the following code:
<script type="text/javascript"
src="matha.js">
</script> Once you have the script attached to your page you can then use it from your other Javascripts to create and manipulate numerical arrays as I described in the introduction. |

