#Progress Bar
##This is a simple progress bar on page load, this is important when working ajax on your page
/*... TIP: You can passe a string color as the background color of the container, e.g,let progresbar = new Progresser("#fff"); default is white+transparence of 0.5 in rgba */ let progresbar = ; // the progresser returns a resolved promise let promise = Promise; // passe the loader to the button click Event document;```