Let your editor cheer you on while you code!

feat(messages): add twelve new ones

Changed files
+13 -2
+13 -2
messages.js
··· 11 11 'Heck yeah!', 12 12 'You look great!', 13 13 'Clever — I like it!', 14 - 'This project is really coming together.', 14 + 'This is really coming together.', 15 15 "I'm so proud of you!", 16 16 'This is really great work.', 17 - "I'm a huge fan of what you're doing!" 17 + "I'm a huge fan of what you're doing!", 18 + "Woah, that's awesome!", 19 + 'This is fantastic!', 20 + "Oh, that's super cool.", 21 + 'Slick!', 22 + 'This is amazing!', 23 + "You're truly amazing.", 24 + 'Game changing.', 25 + "You're a genius!", 26 + 'That was brilliant!', 27 + 'That was superb.', 28 + "You're going to change the world." 18 29 ] 19 30 20 31 // Create a random message closure