~*~ JAVASCRIPT FUN ~*~

This page is going to be my JS playground. I'm noob on JS, and doing silly code for fun is a good way to learn.

####### LIST OF CONTENT #######


OldSnippets:
* ASCII Plotter;
* Fractal tree;
* Polar Roses 2; // The first code i made about Polar Roses is not well done, it was just a canvas test
* Binary Word Circle Fractal; // A fractal i invented, based on finding coordinates with a score system * Scroller;

TestHeaders:
* NOTE: 'TestHeaders' is a directory to test if the codes i'm translating from C++ are working in JS.

* TEST 'JSHeaders/ysxGraph/ysxColor.js' AND 'JSHeaders/ysxGraph/Canvas/Plotter/*.js';