-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy pathindex.js
36 lines (35 loc) · 1.28 KB
/
index.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
'use strict';
var quotes = [{
'author': '- Yoda',
'quote': 'When 900 years old, you reach… Look as good, you will not.'
}, {
'author': '- Senator palpatine',
'quote': 'The Dark Side of the Force is the pathway to many abilities some consider to be.. Unnatural.'
}, {
'author': '- Count Dooku',
'quote': 'I sense great fear in you, Skywalker. You have hate… you have anger… but you don’t use them.'
}, {
'author': '- Darth vader',
'quote': 'Luke, you can destroy the Emperor. He has foreseen this. It is your destiny. Join me, and together we can rule the galaxy as father and son.'
}, {
'author': '- Princess leila',
'quote': 'Aren\'t you a little short for a storm trooper?'
}, {
'author': '- Yoda',
'quote': 'Mmm. Lost a planet, Master Obi-Wan has. How embarrassing.'
}, {
'author': '- Qui-Gon Jinn',
'quote': 'Your focus determines your reality'
}, {
'author': '- Yoda',
'quote': 'Do. Or do not. There is no try.'
}, {
'author': '- Obi-Wan-Kenobi',
'quote': 'In my experience there is no such thing as luck.'
}, {
'author': '- Yoda',
'quote': 'If once you start down the dark side, forever will it dominate your destiney, consume you it will, as it did Obi-Wan\'s apprentice'
}, {
'author': '- Darth Vader',
'quote': 'The Force is strong with this one.'
}];