Math.random().toString(36).substr(2, 5);
Math.random().toString(36).replace(/[^a-z]+/g, '').substr(0, 5);