-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
692 lines (647 loc) · 29.8 KB
/
index.html
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
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Εισαγωγή στη JavaScript (mentos)</title>
<link rel="stylesheet" href="dist/reset.css">
<link rel="stylesheet" href="dist/reveal.css">
<link rel="stylesheet" href="dist/theme/mentoc.css" id="theme">
<link rel="stylesheet" href="dist/theme/custom.css">
<!-- Theme used for syntax highlighted code -->
<link rel="stylesheet" href="plugin/highlight/monokai.css" id="highlight-theme">
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<article>
<header>
<h1 class="normal">Τι είναι η JavaScript;</h1>
<address class="author">
<img src="./github.png" style="vertical-align: middle;" />
<a rel="author" href="https://github.com/mentos" target="_blank">mentos</a>
</address>
</header>
</section>
<section data-auto-animate>
<h2>JavaScript</h2>
<p>Η <b>JavaScript</b> είναι μια γλώσσα προγραμματισμού που επιτρέπει την δημιουργία interactive web εφαρμογών (πχ. Facebook, Gmail, YouTube).</p>
<p>Με την <abbr title="">HTML</abbr> και το <abbr title="">CSS</abbr>, αποτελεί μία από τις τρεις βασικές <abbr title="World Wide Web (WWW)">Τεχνολογίες Παγκόσμιου Ιστού</abbr>.</p>
<p class="fragment" style="font-size: 140%;">HTML + CSS + JS = 💘</p>
</section>
<section data-auto-animate>
<h2>JavaScript Εφαρμογές</h2>
<ul>
<li><abbr title="User Interface">UI</abbr>/<abbr title="User Experience">UX</abbr> για browser apps (πχ. Google Docs)</li>
<li>Video games (πχ. <a href="https://github.com/mozilla/">BrowserQuest</a>, Grepolis)</li>
<li>Desktop / mobile εφαρμογές (πχ. Discord)</li>
<li>Back-end apps και services (Node.js)</li>
<li>SKDs για proprietary hardware (πχ. IOT devices)</li>
</ul>
</section>
<section>
<h2>Χαρακτηριστικά</h2>
<p>Εμφανισιακά και σε ό,τι αφορά το συντακτικό της, η JavaScript θυμίζει αρκετά Java, C, και C++, ενώ έχει και επιρροές από Perl και Python.</p>
<p>Είναι <b>case-sensitive</b> και υποστηρίζει το <a href="https://en.wikipedia.org/wiki/List_of_Unicode_characters">Unicode</a> character set. Για παράδειγμα, η λέξη <code>Früh</code> είναι αποδεκτή σαν όνομα μεταβλητής, αλλά είναι διαφορετική από τη <code>früh</code>.</p>
<pre class="js"><code data-trim data-noescape>
var früh = 'Alice';
var Früh = 'Bob';
console.log(früh); // "Alice";
console.log(Früh); // "Bob";
</code></pre>
</section>
<section>
<h2>Σχόλια</h2>
<p>Τα σχόλια εισάγονται με τον ίδιο τρόπο που εισάγονται και στην C++:</p>
<pre class="js"><code data-trim data-noescape>
// a one line comment
/* this is a longer,
* multi-line comment
*/
</code></pre>
</section>
<section>
<section>
<h2>Μεταβλητές & Σταθερές</h2>
<p>Τα ονόματα των μεταβλητών και σταθερών πρέπει να αρχίζουν με γράμμα, underscore (<code>_</code>) ή το σύμβολο του δολλαρίου (<code>$</code>).</p>
<pre class="js"><code data-trim data-noescape>
var player = { name: 'Jon', surname: 'Doe' };
var Animal = 'Dog';
var _title = 'The Hitchhiker\'s Guide to the Galaxy';
var $page1 = 1;
var $$selector = document.getElementById('my-order');
var PI = 3.1415926535897932384626433;
var Sitting_Duck = "Quack!";
</code></pre>
</section>
<section>
<h2>Μεταβλητές & Σταθερές</h2>
<p>Ο oρισμός μεταβλητών και σταθερών γίνεται<br />με τα παρακάτω statements:</p>
<dl>
<dt><code>var</code> <small style="font-weight: 300; color: #999">read/write</small></dt>
<dd style="font-size: 80%;">Ορίζει μια μεταβλητη. Η αρχικοποίησή της είναι προαιρετική.</dd>
<dt><code>let</code> <small style="font-weight: 300; color: #999">read/write</small></dt>
<dd style="font-size: 80%;">Ορίζει μια μεταβλητη σε συγκεκριμένο scope. Η αρχικοποίησή της είναι προαιρετική.</dd>
<dt><code>const</code> <small style="font-weight: 300; color: #999">read-only</small></dt>
<dd style="font-size: 80%;">Ορίζει μια σταθερά σε συγκεκριμένο scope.</dd>
</dl>
</section>
<section>
<h2>Μεταβλητές & Σταθερές</h2>
<p>Μεταβλητές που ορίζονται με <code>var</code> ή <code>let</code> χωρίς να αρχικοποιηθούν, έχουν την τιμή <code>undefined</code> από default. Σε περίπτωση που γίνει reference σε μεταβλητή που δεν έχει οριστεί, προκαλείται <code>ReferenceError</code>:</p>
<pre class="js"><code data-trim data-noescape>
var a;
console.log('The value of a is ' + a); // undefined
// Uncaught ReferenceError: c is not defined
console.log('The value of c is ' + c);
</code></pre>
</section>
<section>
<h2>Μεταβλητές & Σταθερές</h2>
<p>Η αρχικοποίηση μιας σταθεράς <code>const</code> πρέπει να γίνεται κατά τον ορισμό της. Οι σταθερές δεν μπορούν να μεταβληθούν κατά την εκτέλεση.</p>
<pre class="js"><code data-trim data-noescape>
const foo = 'bar';
// Uncaught TypeError: Assignment to constant variable 💥
foo = 'foobar';
</code></pre>
</section>
<section>
<h2>Μεταβλητές & Σταθερές</h2>
<p>Σε σταθερά <code>const</code> που έχει γίνει ανάθεση τιμής τύπου <code>Object</code>, τα επιμέρους <em>properties</em> του Object <b>μπορούν</b> να μεταβληθούν:</p>
<pre class="js"><code data-trim data-noescape data-line-numbers>
const MY_OBJECT = { foo: 'foo' }
MY_OBJECT.foo = 'bar'; // These is OK
// Uncaught TypeError: Assignment to constant variable 💥
MY_OBJECT = { bar: 'bar' };
</code></pre>
</section>
<section>
<h2>Μεταβλητές & Σταθερές</h2>
<p>Το ίδιο ισχύει και στην περίπτωση που έχει γίνει ανάθεση τιμής τύπου <code>Array</code>:</p>
<pre class="js"><code data-trim data-noescape data-line-numbers>
const ΜΥ_ARRAY = ['foo'];
// These is OK
ΜΥ_ARRAY.push('bar');
ΜΥ_ARRAY[2] = 'foobar';
// Uncaught TypeError: Assignment to constant variable 💥
ΜΥ_ARRAY = ['bar'];
</code></pre>
</section>
</section>
<section>
<section>
<h2>Τύποι δεδομένων</h2>
<dl>
<dt><code>Boolean</code></dt>
<dd><code>true</code> και <code>false</code></dd>
<dt><code>null</code></dt>
<dd>Ειδικό keyword για την κενή (null) τιμή</dd>
<dt><code>undefined</code></dt>
<dd>Ειδικού τύπου property για την μη-ορισμένη τιμή</dd>
<dt><code>Number</code></dt>
<dd>Ένας ακέραιος αριθμός ή αριθμός με δεκαδικό μέρος. Πχ.: 42 or 3.14159</dd>
</dl>
</section>
<section>
<h2>Τύποι δεδομένων</h2>
<dl>
<dt><code>BigInt</code></dt>
<dd>Ακέραιος με arbitrary precision (🙃). Πχ.: 9007140992n</dd>
<dt><code>String</code></dt>
<dd>Μια ακολουθία χαρακτήρων που αναπαριστούν μια τιμή κειμένου. Πχ.: "Hello!"</dd>
<dt><code>Symbol</code></dt>
<dd>Ειδικός τύπος μοναδικών και αμετάβλητων δεδομένων</dd>
</dl>
</section>
</section>
<section>
<section>
<h2>Block statements</h2>
<p>Τα block statements επιτρέπουν την ομαδοποίηση άλλων statements. Η έναρξή τους σηματοδοτείται με <code>{</code> και το τέλος τους με <code>}</code>:</p>
<pre class="js"><code data-trim data-noescape data-line-numbers="2-3">
if (true) {
const name = 'John';
console.log(`Hello, ${name}!`);
}
</code></pre>
<p>Στο παραπάνω παράδειγμα το block statement αποτελείται από τις γραμμές <em>2</em> και <em>3</em>.</p>
</section>
<section>
<h2>Block statements</h2>
<p>Τα blocks μπορούν να είναι και εμφωλευμένα:</p>
<pre class="js"><code data-trim data-noescape data-line-numbers>
if (true) {
console.log('Hello, World!');
if (true) {
const name = 'John';
console.log(`Hello, ${name}!`);
}
}
</code></pre>
<p>Στο παραπάνω παράδειγμα παρουσιάζονται δύο block statements στις γραμμές <em>2 - 7</em> και <em>5 - 6</em>.</p>
</section>
</section>
<section>
<section>
<h2>Conditional statements</h2>
<p>Τα conditional statements είναι block statements που εκτελούνται μόνο όταν <b>ικανοποιείται η συνθήκη</b> που τα περιβάλλει.</p>
<p>Υπάρχουν δύο conditional statements:<br /><code>if/else</code> και <code>switch</code>.</p>
</section>
<section>
<h2>Conditional statements: <code>if/else</code></h2>
<p>Το <code>if</code> statement εκτελείται όταν ικανοποιείται η συνθήκη, δηλαδή όταν η συνθήκη επιστρέφει <code>true</code>. Σε αντίθετη περίπτωση εκτελείται το <code>else</code> statement.</p>
<pre class="js"><code data-trim data-noescape data-line-numbers>
function hello(name) {
if (name === 'John') {
console.log('Hello, John!');
} else {
console.log('Hello, stranger!');
}
}
hello('John'); // "Hello, John!"
hello('Mike'); // "Hello, stranger!"
</code></pre>
</section>
<section>
<h2>Conditional statements: <code>if/else</code></h2>
<p>Μπορούν να υπάρχουν πολλαπλά <code>if</code> statements με την χρήση <code>else if</code> statements:</p>
<pre class="js"><code data-trim data-noescape data-line-numbers>
if (name === 'John') {
console.log('Hello, John!');
} else if (name === 'Mike') {
console.log('Hello, Mike!');
} else {
console.log('Hello, stranger!');
}
</code></pre>
</section>
<section>
<h2>Conditional statements: <code>if/else</code></h2>
<p>Το <code>else</code> statement είναι προαιρετικό:</p>
<pre class="js"><code data-trim data-noescape data-line-numbers>
// This is OK
if (name === 'John') {
console.log('Hello, John!');
}
</code></pre>
</section>
<section>
<h2>Conditional statements: <code>switch</code></h2>
<p>Σε αντίθεση με το <code>if/else</code> statement που ικανοποιείται με <code>Boolean</code> τιμές, το <code>switch</code> statement ικανοποιείται κάνοντας σύγκριση τιμών σε <b>strict</b> mode (<code>===</code>).</p>
<pre class="js"><code data-trim data-noescape data-line-numbers>
switch (expression) {
case label_1: // eg. label_1 === expression
statements_1
[break;]
…
default:
statements_n
[break;]
}
</code></pre>
</section>
<section>
<h2>Conditional statements: <code>switch</code></h2>
<p>Ο έλεγχος της συνθήκης γίνεται sto label του κάθε <code>case</code>. Το <code>default</code> case εκτελείται στην περίπτωση που δεν ικανοποιηθεί κανένα από τα <code>case</code> statements.</p>
<pre class="js"><code data-trim data-noescape data-line-numbers="1-10|2-3|5-6|8-9">
switch (fruittype) {
case 'Oranges': // eg. fruittype === 'Oranges'
console.log('Oranges are $0.59 a pound.');
case 'Apples': // eg. fruittype === 'Apples'
console.log('Apples are $0.32 a pound.');
default:
console.log(`Sorry, we are out of ${fruittype}.`);
}
</code></pre>
</section>
<section>
<h2>Conditional statements: <code>switch</code></h2>
<p>Με την χρήση <code>break</code> statement, τερματίζεται η εκτέλεση του <code>switch</code> block. Αυτό εξασφαλίζει πως θα εκτελεστεί μόνο ένα <code>case</code>:</p>
<pre class="js"><code data-trim data-noescape data-line-numbers>
var fruittype = 'Oranges';
switch (fruittype) {
case 'Oranges': // Woohoo!
console.log('These are cheap oranges.');
break;
case 'Oranges': // Never reaches this one :(
console.log('These are expensive oranges.');
}
</code></pre>
</section>
</section>
<section>
<section>
<h2>Operators (Τελεστές)</h2>
<p>Στη JavaScript τα operators δέχονται πάντα δύο arguments. Μοναδική εξαίρεση αποτελεί το ternary (conditional) operator.</p>
</section>
<section>
<h2>Arithmetic (Αριθμητικοί)</h2>
<p>Περιλαμβάνουν τελεστές πρόσθεσης <code>+</code>, αφαίρεσης <code>-</code>, πολλαπλασιασμού <code>*</code> και διαίρεσης <code>/</code>, υπολοίπου <code>%</code>, προσαύξησης <code>++</code>, μείωσης <code>--</code> και έκθεσης σε αριθμό <code>**</code>:</p>
<pre class="js"><code data-trim data-noescape>
var var1 = 1 + 1; // 2
var var2 = 3 - 1; // 1
var var3 = 2 * 2; // 4
var var4 = 4 / 2; // 2
var var5 = 2 % 2; // 0
var var6 = 3 % 2; // 1
var var7 = 3; var7++; // 4
var var8 = 3; var8--; // 2
var var9 = 2 ** 3; // 8
</code></pre>
</section>
<section>
<h2>Arithmetic (Αριθμητικοί)</h2>
<p>Οι τελεστές πρόσθεσης <code>+</code> και αφαίρεσης <code>-</code> μπορούν να χρησιμοποιηθούν και σαν <b>μοναδιαίοι</b> τελεστές (unary):</p>
<ul>
<li><code>+</code> προσπαθεί να κάνει cast σε αριθμό</li>
<li><code>-</code> επιστρέφει τον αντίθετο αριθμό</li>
</ul>
<pre class="js"><code data-trim data-noescape>
var x = 1;
-x; // -1
-"3"; // -3
+"3"; // 3
+new Date(); // 1601894079725
+null; //0
+NaN; // NaN
+undefined // NaN
</code></pre>
</section>
<section>
<h2>Logical <code>&&</code> + <code>||</code> (Λογικοί)</h2>
<p>Επιστρέφουν αληθείς ή ψευδείς τιμές.</p>
<pre class="js"><code data-trim data-noescape data-line-numbers="1-11|4-6,9-11">
var a1 = true && true; // true
var a2 = true && false; // false
var a3 = false && (3 == 4); // false
var a4 = 'Cat' && 'Dog'; // 'Dog'
var a5 = true && 'Dog'; // 'Dog'
var a6 = false && 'Cat'; // false
var a7 = 'Cat' && false; // false
var a8 = true || 'Dog' // true
var a9 = 'Dog' || true // 'Dog'
var a10 = false || 'Dog' // 'Dog'
var a11 = 'Dog' && 0 // 0
</code></pre>
</section>
<section>
<h2>Logical operators (chaining)</h2>
<p>Ο τελεστής <code>&&</code> (AND) επιστρέφει:</p>
<ul>
<li>Την πρώτη <em>ψευδή</em> (falsy) τιμή, ή</li>
<li>την τελευταία τιμή</li>
</ul>
<pre class="js"><code data-trim data-noescape>
true && true && true && false && true // false
// ^ exists here
true && true && true && 0 && false // 0
// ^ exists here
true && true && "Dog" // "Dog"
// ^ exists here
</code></pre>
</section>
<section>
<h2>Logical operators (chaining)</h2>
<p>Ο τελεστής <code>||</code> (OR) επιστρέφει:</p>
<ul>
<li>Την πρώτη <em>αληθής</em> (truthy) τιμή, ή</li>
<li>την τελευταία τιμή</li>
</ul>
<pre class="js"><code data-trim data-noescape>
false || true || true || false || true // true
// ^ exists here
false || false || "Dog" || false || false // "Dog"
// ^ exists here
false || false || 0 || false // false
// ^ exists here
</code></pre>
</section>
<section>
<h2>Conditional (ternary) operator</h2>
<p>Είναι ο μοναδικός τελεστής που δέχεται τρία arguments.</p>
<pre class="js"><code data-trim data-noescape>
condition ? val1 : val2
</code></pre>
<p>Εαν η συνθήκη <code>condition</code> είναι αληθής, τότε ο τελεστής παίρνει την τιμή <code>val1</code>. Σε διαφορετική περίπτωση παίρνει την τιμή <code>val2</code>.</p>
<pre class="js"><code data-trim data-noescape>
console.log((1 === 1) ? true : false); // true
console.log((1 === 2) ? true : false); // false
</code></pre>
</section>
<section>
<h2>Complete reference</h2>
<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Expressions_and_Operators" target="_blank">Expressions and operators</a> από το MDN Web Docs.
</section>
</section>
<section>
<section>
<h2>Functions</h2>
<p>Οι functions είναι επαναχρησιμοποιήσιμα block statements που δέχονται input και παράγουν αποτέλεσμα ή κάνουν υπολογισμούς βάσει του input που δέχτηκαν.</p>
<p>Ορίζονται με το keyword <code>function</code>, ακολουθούμενο από:</p>
<ul>
<li>το όνομα της function</li>
<li>τη λίστα από τα arguments χωρισμένα με κόμμα (optional)</li>
<li>το «σώμα» της μεταβλητής (block statements)</li>
</ul>
</section>
<section>
<h2>Functions</h2>
<p>Τρόποι ορισμού function:</p>
<pre class="js"><code data-trim data-noescape>
function add(a, b) {
return a + b;
}
const factorial = function fac(n) {
return n < 2 ? 1 : n * fac(n - 1);
};
(function(name) {
return `Hello, ${name}`;
})('John');
</code></pre>
</section>
<section>
<h2>Arrow Functions</h2>
<p>Τα <em>arrow functions</em> έχουν πιο σύντομο συντακτικό, αλλά δεν έχουν features που έχουν οι functions που ορίζονται με το <code>function</code> keyword (πχ. <code>this</code>, <code>arguments</code>, <code>super</code>):</p>
<pre class="js"><code data-trim data-noescape>
const add = (a, b) => a + b;
// Uncaught ReferenceError: arguments is not defined
const subtract = (a, b) => console.log(arguments);
// Arguments(3) [1, 2, 3, callee: ƒ, Symbol(Symbol.iterator): ƒ]
(function(a, b, c) {
console.log(arguments);
})(1, 2, 3);
</code></pre>
</section>
</section>
<section>
<section>
<h2>Classes</h2>
<p>Οι classes μας επιτρέπουν να δημιουργούμε objects του ίδιου τύπου. Τα objects που προέχονται από την ίδια class έχουν τα ίδια properties και methods.</p>
<pre class="js"><code data-trim data-noescape>
class MyClass {
constructor() { ... }
functionName1() { ... }
functionName2() { ... }
functionName3() { ... }
...
}
</code></pre>
</section>
<section>
<h2>Classes (constructor)</h2>
<p>Το <code>constructor()</code> method καλείται αυτόματα κάθε φορά που δημιουργούμε ένα object. Αυτό μας επιτρέπει να αρχικοποιούμε τα properties του object.</p>
<pre class="js"><code data-trim data-noescape data-line-numbers>
class User {
constructor(name) {
this.name = name;
}
sayHi() {
console.log(`Hello, ${this.name}!`);
}
}
const user = new User("John");
user.sayHi(); // Hello, John!
user.name; // "John"
</code></pre>
</section>
<section>
<h2>Classes (static methods)</h2>
<p>Οι classes μπορούν να έχουν <code>static</code> methods. Τα static methods δεν υπάρχουν στα instance objects της class.</p>
<pre class="js"><code data-trim data-noescape data-line-numbers>
class ClassWithStaticMethod {
static staticMethod() {
return 'called static method';
}
}
ClassWithStaticMethod.staticMethod(); // "called static method"
const instance = new ClassWithStaticMethod();
// Uncaught TypeError: instance.staticMethod is not a function 💥
instance.staticMethod();
</code></pre>
</section>
<section>
<h2>Classes (extends)</h2>
<p>Με το <code>extends</code> keyword μπορούμε να δημιουργήσουμε classes που κληρονομούν functionality από άλλα classes.</p>
<pre class="js"><code data-trim data-noescape data-line-numbers>
class Rectangle {
sayName() {
console.log(`I'm a ${this.name}`);
}
}
class Square extends Rectangle {
constructor() {
super();
this.name = 'Square';
}
}
const square = new Square();
square.sayName(); // I'm a Square
</code></pre>
</section>
</section>
<section>
<section>
<h2>Arrays</h2>
<p>Το <code>Array</code> είναι ένας τύπος δεδομένων που επιτρέπει την ανάθεση πολλαπλών τιμών σε μια μεταβλητή ή σταθερά. Η έναρξή τους σηματοδοτείται με <code>[</code> και το τέλος του με <code>]</code>, ή με την class <code>Array</code>. Οι τιμές χωρίζονται με κόμμα (<code>,</code>) και μπορεί να είναι διαφορετικών τύπων.</p>
<pre class="js"><code data-trim data-noescape>
var data = [1, "Hello", null, , (a, b) => a + b];
var cars = new Array("Saab", "Volvo", "BMW");
</code></pre>
</section>
<section>
<h2>Arrays (indices)</h2>
<p>Η κάθε τιμή αντιστοιχεί σε ένα μοναδικό <em>index</em>* του array και η πρόσβαση σε αυτή γίνεται με τον παρακάτω τρόπο:</p>
<pre class="js"><code data-trim data-noescape>
var cars = new Array("Saab", { name: "Volvo" }, () => "BMW");
cars[0]; // "Saab"
cars[1].name; // "Volvo"
cars[2](); // "BMW"
cars[3]; // undefined
</code></pre>
* Η αρίθμηση των indices ξεκινά από το <code>0</code>.
</section>
<section>
<h2>Arrays (class methods)</h2>
<pre class="js"><code data-trim data-noescape>
var cars = new Array("Saab", "Volvo", "BMW");
cars.filter((c) => c === "Saab"); // ["Saab"]
cars.sort(); // ["BMW", "Saab", "Volvo"]
cars.indexOf("Volvo"); // 1
cars.indexOf("Opel"); // -1
cars.includes("Volvo"); // true
cars.push("Opel"); // ["Saab", "Volvo", "BMW", "Opel"]
const last = cars.pop(); // "Opel"
console.log(cars) // ["Saab", "Volvo", "BMW"]
const first = cars.shift(); // "Saab"
console.log(cars) // ["Volvo", "BMW"]
const getInitial = (s) => s[0];
cars.map((c) => `a ${c}`); // ["a Volvo", "a BMW"]
cars.map(getInitial); // ["V", "B"];
</code></pre>
</section>
</section>
<section>
<section>
<h2>Objects</h2>
<p>Τα objects είναι μια αυτόνομες οντότητες με ιδιότητες (properties). Για παράδειγμα, ένα αυτοκίνητο είναι ένα αντικείμενο με ιδιότητες όπως χρώμα, σχέδιο, βάρος, κλπ.</p>
<p>Με τον ίδιο τρόπο, τα αντικείμενα JavaScript έχουν properties οι οποίες καθορίζουν τα χαρακτηριστικά τους.</p>
</section>
<section>
<h2>Objects literal</h2>
<p>Συντακτικά η έναρξή τους σηματοδοτείται με <code>{</code> και το τέλος τους με <code>}</code>, ενώ η δομή τους αποτελείται από ζευγάρια κλειδιών και τιμών.</p>
<pre class="js"><code data-trim data-noescape>
var car = {
color: "red",
description: function() {
return `This is a ${this.color} car`;
},
};
console.log(car.color); // "red"
console.log(car["color"]); // "red"
var propertyName = "color";
console.log(car[propertyName]); // "red"
console.log(car.description()); "This is a red car"
</code></pre>
</section>
<section>
<h2><code>Object.create</code> class method</h2>
<pre class="js"><code data-trim data-noescape>
const job = {
position: 'cashier',
isAvailable: true,
showDetails() {
const accepting = this.isAvailable
? 'is accepting'
: 'is not accepting';
console.log(`The ${this.position} position ${accepting}`);
}
};
const barista = Object.create(job);
barista.position = "barista";
barista.isAvailable = false;
barista.showDetails(); // The barista position is not accepting
</code></pre>
</section>
<section>
<h2><code>Object.keys</code> class method</h2>
<pre class="js"><code data-trim data-noescape>
const employees = {
boss: 'Michael',
secretary: 'Pam',
sales: 'Jim',
accountant: 'Oscar'
};
// Get the keys of the object
const keys = Object.keys(employees);
console.log(keys); // ["boss", "secretary", "sales", "accountant"]
</code></pre>
</section>
<section>
<h2><code>Object.values</code> class method</h2>
<pre class="js"><code data-trim data-noescape>
const session = {
id: 1,
time: '26-July-2018',
device: 'mobile',
browser: 'Chrome'
};
// Get all values of the object
const values = Object.values(session);
console.log(values); // [1, "26-July-2018", "mobile", "Chrome"]
</code></pre>
</section>
<section>
<h2><code>Object.entries</code> class method</h2>
<pre class="js"><code data-trim data-noescape>
const operatingSystem = {
name: 'Ubuntu',
version: 18.04,
license: 'Open Source'
};
const entries = Object.entries(operatingSystem);
console.log(entries);
/* [["name", "Ubuntu"]
["version", 18.04]
["license", "Open Source"]] */
</code></pre>
</section>
<section>
<h2><code>Object.assign</code> class method</h2>
<pre class="js"><code data-trim data-noescape>
const name = { firstName: 'Philip' };
const details = { job: 'Delivery Boy', };
const character1 = Object.assign(name, details);
console.log(character1); // { firstName: "Philip", job: "Delivery Boy" }
const character2 = { ...name, ...details };
console.log(character2); // { firstName: "Philip", job: "Delivery Boy" }
</code></pre>
</section>
</section>
<section>
<h2><code>console.log("The end!🎉")</code></h2>
<address class="author">
<img src="./github.png" style="vertical-align: middle;" />
<a rel="author" href="https://github.com/mentos/js-basics" target="_blank">mentos/js-basics</a>
</address>
</section>
</div>
</div>
<script src="dist/reveal.js"></script>
<script src="plugin/notes/notes.js"></script>
<script src="plugin/highlight/highlight.js"></script>
<script src="plugin/zoom/zoom.js"></script>
<script>
// More info about initialization & config:
// - https://revealjs.com/initialization/
// - https://revealjs.com/config/
Reveal.initialize({
hash: true,
slideNumber: true,
controlsLayout: "edges",
// Learn about plugins: https://revealjs.com/plugins/
plugins: [ RevealHighlight, RevealNotes, RevealZoom ]
});
</script>
</body>
</html>