corporate-bs-generator-api
corporate-bs-generator-api copied to clipboard
Restructure random element retrieval
trafficstars
Changes in buzzwords.js :-
- Instead of randomizing the whole array and selecting the last element, I just pick a random element from the array. I believe this to be neater.
- Formatted the code using prettify
Changes in app.js :-
- No change, just formatted using prettify