/excuse-generator

Simple excuse generator made with Javascript Vanilla.

Primary LanguageCSS

Excuse generator 😬

Absurd excuse generator to get you off all your responsibilities. I worked mainly on abstracting the functions so they would be easier to update if I want to add more elements to my arrays, for example, I decided to add the emojis at the end and I just had to create the array and add the emoji element to sentenceParts. So went for a function, getRandom that then generates the random element inside the getExcuse function thanks to a loop. Quite stupid and easy, but also insanely entertaining.