-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathassignments.js
246 lines (241 loc) · 5.89 KB
/
assignments.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
// https://codingheroes.io/assignments/introduction.html
const books = [
{
title: 'Algorithms',
author: ['Robert Sedgewick', 'Kevin Wayne'],
publisher: 'Addison-Wesley Professional',
publicationDate: '2011-03-24',
edition: 4,
keywords: [
'computer science',
'programming',
'algorithms',
'data structures',
'java',
'math',
'software',
'engineering',
],
pages: 976,
format: 'hardcover',
ISBN: '9780321573513',
language: 'English',
programmingLanguage: 'Java',
onlineContent: true,
thirdParty: {
goodreads: {
rating: 4.41,
ratingsCount: 1733,
reviewsCount: 63,
fiveStarRatingCount: 976,
oneStarRatingCount: 13,
},
},
highlighted: true,
},
{
title: 'Structure and Interpretation of Computer Programs',
author: [
'Harold Abelson',
'Gerald Jay Sussman',
'Julie Sussman (Contributor)',
],
publisher: 'The MIT Press',
publicationDate: '2022-04-12',
edition: 2,
keywords: [
'computer science',
'programming',
'javascript',
'software',
'engineering',
],
pages: 640,
format: 'paperback',
ISBN: '9780262543231',
language: 'English',
programmingLanguage: 'JavaScript',
onlineContent: false,
thirdParty: {
goodreads: {
rating: 4.36,
ratingsCount: 14,
reviewsCount: 3,
fiveStarRatingCount: 8,
oneStarRatingCount: 0,
},
},
highlighted: true,
},
{
title: "Computer Systems: A Programmer's Perspective",
author: ['Randal E. Bryant', "David Richard O'Hallaron"],
publisher: 'Prentice Hall',
publicationDate: '2002-01-01',
edition: 1,
keywords: [
'computer science',
'computer systems',
'programming',
'software',
'C',
'engineering',
],
pages: 978,
format: 'hardcover',
ISBN: '9780130340740',
language: 'English',
programmingLanguage: 'C',
onlineContent: false,
thirdParty: {
goodreads: {
rating: 4.44,
ratingsCount: 1010,
reviewsCount: 57,
fiveStarRatingCount: 638,
oneStarRatingCount: 16,
},
},
highlighted: true,
},
{
title: 'Operating System Concepts',
author: ['Abraham Silberschatz', 'Peter B. Galvin', 'Greg Gagne'],
publisher: 'John Wiley & Sons',
publicationDate: '2004-12-14',
edition: 10,
keywords: [
'computer science',
'operating systems',
'programming',
'software',
'C',
'Java',
'engineering',
],
pages: 921,
format: 'hardcover',
ISBN: '9780471694663',
language: 'English',
programmingLanguage: 'C, Java',
onlineContent: false,
thirdParty: {
goodreads: {
rating: 3.9,
ratingsCount: 2131,
reviewsCount: 114,
fiveStarRatingCount: 728,
oneStarRatingCount: 65,
},
},
},
{
title: 'Engineering Mathematics',
author: ['K.A. Stroud', 'Dexter J. Booth'],
publisher: 'Palgrave',
publicationDate: '2007-01-01',
edition: 14,
keywords: ['mathematics', 'engineering'],
pages: 1288,
format: 'paperback',
ISBN: '9781403942463',
language: 'English',
programmingLanguage: null,
onlineContent: true,
thirdParty: {
goodreads: {
rating: 4.35,
ratingsCount: 370,
reviewsCount: 18,
fiveStarRatingCount: 211,
oneStarRatingCount: 6,
},
},
highlighted: true,
},
{
title: 'The Personal MBA: Master the Art of Business',
author: 'Josh Kaufman',
publisher: 'Portfolio',
publicationDate: '2010-12-30',
keywords: ['business'],
pages: 416,
format: 'hardcover',
ISBN: '9781591843528',
language: 'English',
thirdParty: {
goodreads: {
rating: 4.11,
ratingsCount: 40119,
reviewsCount: 1351,
fiveStarRatingCount: 18033,
oneStarRatingCount: 1090,
},
},
},
{
title: 'Crafting Interpreters',
author: 'Robert Nystrom',
publisher: 'Genever Benning',
publicationDate: '2021-07-28',
keywords: [
'computer science',
'compilers',
'engineering',
'interpreters',
'software',
'engineering',
],
pages: 865,
format: 'paperback',
ISBN: '9780990582939',
language: 'English',
thirdParty: {
goodreads: {
rating: 4.7,
ratingsCount: 253,
reviewsCount: 23,
fiveStarRatingCount: 193,
oneStarRatingCount: 0,
},
},
},
{
title: 'Deep Work: Rules for Focused Success in a Distracted World',
author: 'Cal Newport',
publisher: 'Grand Central Publishing',
publicationDate: '2016-01-05',
edition: 1,
keywords: ['work', 'focus', 'personal development', 'business'],
pages: 296,
format: 'hardcover',
ISBN: '9781455586691',
language: 'English',
thirdParty: {
goodreads: {
rating: 4.19,
ratingsCount: 144584,
reviewsCount: 11598,
fiveStarRatingCount: 63405,
oneStarRatingCount: 1808,
},
},
highlighted: true,
},
];
// Destructuring Arrays
// 1.1
// Destructure the books array into two variables called firstBook and secondBook.
const [firstBook, secondBook] = books;
// console.log(firstBook, secondBook);
// 1.2
// Destructure the books array into a variable called thirdBook. You must skip the first two books.
const [, , thirdBook] = books;
// 1.3
// Below is the nested ratings array that contains two other arrays. Destructure the nested ratings arrays into two variables called rating and ratingsCount. In the result of your destructuring, the ratings variable should store a number 4.19, and the ratingsCount variable should store a number 144584.
const ratings = [
['rating', 4.19],
['ratingsCount', 144584],
];
const [rating, ratingsCount] = ratings;
console.log(rating);