Skip to content

Commit 450a9d7

Browse files
authored
chore: uberstgrüppenlibrary
1 parent cf363d7 commit 450a9d7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

index.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
const quotes = [
2+
'Use HTML, CSS and JS like in 2008 and you will be using this top edge tool called browser',
3+
'Front-end dev is not only about SPA development',
4+
'Still waiting for Cobol in js',
5+
'Each time you use a !important flag, a designer dies.',
6+
'Functional vs oop is like choosing between ice cream and pizza, you will always want to eat both of them',
7+
'JS Stack is like penis, nice to have, but it is not nice to show everybody everywhere',
8+
];
9+
10+
module.exports = function CssAndJsInHtml() {
11+
return [Math.floor(Math.random() * quotes.length)];
12+
}

0 commit comments

Comments
 (0)