I'm working on creating a generic "lorem ipsum" generator in pure JavaScript. I've managed to get it working to a point where it'll pull from an array of lower-case strings in an array, joining them with a space, capitalizing the first one and putting a period a the end.I'm working on creating a generic "lorem ipsum"