-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
795 lines (723 loc) · 36.2 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
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Girl Develop It </title>
<meta name="description" content="Intro to Programming (for true beginners!)">
<meta name="author" content="Girl Develop It Ann Arbor">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="css/reveal.min.css">
<link rel="stylesheet" href="css/theme/gdiaa.css" id="theme">
<link rel="stylesheet" href="lib/css/rainbow.css">
<link rel="stylesheet" href="css/print/pdf.css" media="print">
<link rel="stylesheet" href="css/site.css">
<script src="lib/js/head.min.js"></script>
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="reveal">
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
<!-- Title -->
<section>
<img src="images/gdi_logo_badge.png" class="img--bare" height="400" />
<div class="box--small">
<h3><span class="blue">Intro to Programming Concepts</span></h3>
<h4><span class="green">For True Beginners!</span></h4>
<p class="copy--xsmall">Ronda Bergman | @rabergman | @gdiannarbor | #gdia2</p>
</div>
</section>
<!-- Introduce Instructor -->
<section>
<div class="box--small">
<h3 class="event__title">About Me</h3>
<img src="images/ronda1.jpg" class="img--bare box" width="254" />
<p><small>Ronda Bergman | @rabergman</small></p>
</div>
</section>
<section>
<!-- What we will cover today -->
<section>
<h3>What we will cover today</h3>
<ul class="list--xtall box--small copy--small">
<li>Why C#?</li>
<li>What is programming?</li>
<li>Getting started...</li>
<li>Variables</li>
<li>Statements and Error Messages</li>
</ul>
</section>
<!-- Why C#? -->
<section>
<h3>Why C#?</h3><br />
<ul>
<li>One word - Microsoft</li>
<li>Visual Studio (now free)</li>
<li>Web, desktop, server</li>
</ul>
</section>
<!-- Who uses C# -->
<section>
<h3>Who uses C#</h3><br />
<ul>
<li>Microsoft (of course)</li>
<li>Domino's</li>
<li>Little Caesars</li>
<li>Quicken Loans</li>
<li>Fathead</li>
<li>Many more...</li>
</ul>
</section>
<!-- Is C# the same thing as .NET? -->
<section>
<h3>Is C# the same thing as .NET?</h3><br />
<ul>
<li>Short answer - <strong>No</strong></li>
<li>.NET is, a library of code that .NET languages can talk to</li>
<li>C# is just one of those languages</li>
<li>Other .NET languages - VB.NET, Managed C++, F#</li>
<li>And <a href="https://en.wikipedia.org/wiki/Category:.NET_programming_languages">more...</a></li>
</ul>
</section>
<!-- What about other languages? -->
<section>
<h3>What about other languages?</h3>
<p class="box--small copy--small">Is what we will learn tonight is applicable to other programming languages?</p>
<ul>
<li><strong>Yes!</strong> Absolutely</li>
<li>What we learn tonight can be applied to any modern programming language</li>
<li>Things might have slightly different names but will basically all work in the same manner</li>
<li>
For Example
<ul>
<li>.NET - <span class="blue-code">bool</span></li>
<li>Java - <span class="blue-code">boolean</span></li>
</ul>
</li>
</ul>
</section>
</section>
<section>
<!-- What is programming? -->
<section>
<h3>What is programming?</h3>
<ul>
<li>Enabling a computer to do a task</li>
<li>A program is made of one or more files of code, each solve part of the overall task</li>
<li>Programming code is human readable but also needs a form that the computer can run directly.
This form is not human readable.</li>
<li>To create the code the computer can understand
we <a href="https://en.wikipedia.org/wiki/Compiler">compile</a>
the code in C#. Other languages use different compilers
or <a href="http://en.wikipedia.org/wiki/Interpreter_(computing)">interpreters</a>.
</li>
</ul>
</section>
<!-- Getting Started -->
<section>
<h3>Getting Started...</h3>
<ul>
<li>Visual Studio (not today)</li>
<li>IDE? (Interactive Development Environment)</li>
<li>REPL (today)</li>
<li><a href="http://repl.it/languages/csharp">repl.it</a></li>
</ul>
</section>
</section>
<section>
<!-- Let's Develop It! -->
<section>
<h3>Let's Develop It!</h3>
<p class="box--small copy--small">Let's open repl.it and run our first program!</p>
<ul>
<li>Open a Browser (<strong>Chrome</strong>/IE/Safari)</li>
<li><a href="http://repl.it" target="_blank">repl.it</a> - An online compiler</li>
<li>Select C#</li>
<li>You should see this:</li>
</ul>
<img src="images/repl.png" class="img--bare" height="350" />
</section>
<!-- Let's Learn the Parts -->
<section>
<h3>Let's Learn the Parts</h3>
<ul>
<li><span class="blue-code">using</span> System;</li>
<li><span class="blue-code">class</span> MainClass {</li>
<li><span class="blue-code">public static void</span> Main (<span class="blue-code">string</span>[] args) {</li>
<li>Console.WriteLine ("<span class="green-code">Hello World</span>");</li>
</ul>
<br /><br />
<img src="images/repl.png" class="img--bare" height="350" />
</section>
<!-- Let's Develop It! -->
<section>
<h3>Let's Run It!</h3>
<img src="images/replRun.png" class="img--bare" height="350" />
</section>
</section>
<section>
<!-- Variables -->
<section>
<h3>Variables</h3>
<p class="box--small copy--small">What are Variables?</p>
<ul>
<li>Variables are used to store data</li>
<li>Among other things, variables are used to represent something that can't be known until the program is run</li>
<li>Variables alway have a "data type" (in C#)</li>
<li>The variable type defines what you can or cannot do to a variable</li>
</ul>
</section>
<!-- Data Types -->
<section>
<h3>Data Types</h3>
<br />
<ul>
<li>
String (<span class="blue-code">string</span>) - alphabetic, numerical,
and special characters ["<span class="green-code">This is a string with numbers 1, 2, 3 & 4</span>"]
</li>
<li>Integer (<span class="blue-code">int</span>) - Whole numbers [<span class="blue-code">5</span>]</li>
<li>Double (<span class="blue-code">double</span>) - Numbers with a decimal point [<span class="blue-code">5.5</span>]</li>
<li>Boolean (<span class="blue-code">bool</span>) - True or False [<span class="blue-code">true</span>]</li>
</ul>
</section>
<!-- Let's Develop It! -->
<section>
<h3>Let's Develop It!</h3>
<p class="box--small copy--small">Create some variables, assign values and display the values</p>
<img src="images/variables.png" class="img--bare" height="450" />
</section>
<!-- Let's Develop It! -->
<section>
<h3>Let's Develop It!</h3>
<p class="box--small copy--small">The results! (hopefully)</p>
<img src="images/variables1.png" class="img--bare" height="450" />
</section>
<!-- Errors -->
<section>
<h3>Errors</h3>
<p class="box--small copy--small">Errors happen, it's okay!</p>
<img src="images/error.png" class="img--bare" height="450" />
</section>
<!-- More Errors -->
<section>
<h3>More Errors</h3>
<br />
<ul>
<li>
<span class="pink-results">
main.cs(12,4): error CS1525: Unexpected
symbol `double' Compilation failed: 1 error(s), 0 warnings
</span>
</li>
<li>
<span class="pink-results">
main.cs(9,17): error CS0266: Cannot
implicitly convert type `double' to `int'. An explicit
conversion exists (are you missing a cast?) Compilation
failed: 1 error(s), 0 warnings
</span>
</li>
<li>The compiler will try to tell you what is wrong</li>
<li>It's not always very good at figuring it out</li>
</ul>
</section>
</section>
<section>
<!-- Operators -->
<section>
<h3>Operators</h3>
<p class="box--small copy--small">Tells the compiler to perform a specific action (function)</p>
<ul>
<li>
Assignment
<ul>
<li>=</li>
</ul>
</li>
<li>
Arithmetic
<ul>
<li>+</li>
<li>-</li>
<li>*</li>
<li>/</li>
<li>%</li>
<li>++</li>
<li>--</li>
</ul>
</li>
</ul>
</section>
<!-- Operators -->
<section>
<h3>Operators</h3>
<p class="box--small copy--small">Using Operators</p>
<div>
<pre>
<code class="cs" contenteditable="true">
using System;
class MainClass
{
public static void Main (string[] args)
{
int sum = 5 + 4;
Console.WriteLine(sum);
int myNum = 5;
int anotherNum = 4;
int newSum = myNum + anotherNum;
Console.WriteLine(newSum);
}
}
</code>
</pre>
</div>
</section>
<!-- Let's Develop It! -->
<section>
<h3>Let's Develop It!</h3>
<ul>
<li>Create 2 variables, name them anything you want<br />(watch out for reserved words)</li>
<li>Assign values to both variables<br />(be sure you use the right type)</li>
<li>Perform an operation on the variables</li>
<li>Write out the results</li>
<li>What happens if your variables are of type <span class="blue-code">string</span>?</li>
</ul>
</section>
<!-- More Operators -->
<section>
<h3>More Operators (Boolean)</h3>
<p class="box--small copy--small">The following chart shows the various Boolean operators</p>
<p class="box--small copy--small">Boolean operators always evaluate to either <span class="blue-code">true</span> or <span class="blue-code">false</span></p>
<table class="copy--xsmall" style="width: auto; margin: 0 auto;">
<tbody>
<tr>
<td style="width: 200px;"><code>a == b</code></td>
<td>a is equal to b</td>
</tr>
<tr>
<td style="width: 200px;"><code>a != b</code></td>
<td>a is not equal to b</td>
</tr>
<tr>
<td style="width: 200px;"><code>a < b</code></td>
<td>a is less than b</td>
</tr>
<tr>
<td style="width: 200px;"><code>a > b</code></td>
<td>a is greater than b</td>
</tr>
<tr>
<td style="width: 200px;"><code>a <= b</code></td>
<td>a is less than or equal to b</td>
</tr>
<tr>
<td style="width: 200px;"><code>a >= b</code></td>
<td>a is greater than or equal to b</td>
</tr>
</tbody>
</table>
<br />
<p class="copy--xsmall">Remember: = does not equal ==</p>
</section>
<!-- Boolean Operators -->
<section>
<h3>Boolean Operators</h3>
<p class="box--small copy--small">Using Boolean Operators</p>
<div>
<pre>
<code class="cs" contenteditable="true">
using System;
class MainClass
{
public static void Main (string[] args)
{
int num1 = 5;
int num2 = 5;
Console.WriteLine(num1 == num2);
Console.WriteLine(num1 != num2);
Console.WriteLine(num1 > num2);
Console.WriteLine(num1 >= num2);
}
}
</code>
</pre>
</div>
</section>
<!-- Let's Develop It! -->
<section>
<h3>Let's Develop It!</h3>
<ul>
<li>Create 2 variables</li>
<li>Assign values to both variables</li>
<li>Write out if they are equal, <strong>not</strong> equal, greater than or less than</li>
<li>What happens if your variables are of type <span class="blue-code">string</span>?</li>
</ul>
</section>
</section>
<section>
<!-- Conditionals 1 -->
<section>
<h3>Conditionals</h3>
<p class="box--small copy--small">
When we want different code to execute depending on certain criteria, we use a <strong>conditional</strong>
</p>
<div>
<pre>
<code class="cs" contenteditable="true">
using System;
class MainClass
{
public static void Main (string[] args)
{
int sum = 5 + 4;
Console.WriteLine(sum);
if (sum > 8)
{
Console.WriteLine("Greater than 8!");
}
}
}
</code>
</pre>
</div>
</section>
<!-- Conditionals 2 -->
<section>
<h3>Conditionals</h3>
<div>
<pre>
<code class="cs" contenteditable="true">
using System;
class MainClass
{
public static void Main (string[] args)
{
int sum = 5 + 4;
Console.WriteLine(sum);
if (sum == 9)
{
Console.WriteLine("The number is 9!");
}
}
}
</code>
</pre>
</div>
</section>
<!-- Conditionals 3 -->
<section>
<h3>Conditionals</h3>
<p class="box--small copy--small">
What if we want to do something when the <strong>"if"</strong> is false?
</p>
<div>
<pre>
<code class="cs" contenteditable="true" style="min-height:415px">
using System;
class MainClass
{
public static void Main (string[] args)
{
int sum = 5 + 5;
Console.WriteLine(sum);
if (sum == 9)
{
Console.WriteLine("The number is 9!");
}
else
{
Console.WriteLine("The number is NOT 9!");
}
}
}
</code>
</pre>
</div>
</section>
<!-- Conditionals -->
<section>
<h3>Conditionals</h3>
<p class="box--small copy--small">Using Conditionals with strings</p>
<div>
<pre>
<code class="cs" contenteditable="true" style="min-height:415px">
using System;
class MainClass
{
public static void Main (string[] args)
{
string myString1 = "These are some words";
string myString2 = "THESE ARE SOME WORDS";
if (myString1 == myString2)
{
Console.WriteLine("They are the same!");
}
else
{
Console.WriteLine("They are different!");
}
}
}
</code>
</pre>
</div>
</section>
<!-- Let's Develop It! -->
<section>
<h3>Let's Develop It!</h3>
<ul>
<li>Create 2 variables</li>
<li>Assign the same value to both variables<br />(be sure you use the right type)</li>
<li>Compare the variables</li>
<li>Write out the results of the comparison</li>
<li>Assign different values to the variables</li>
<li>Compare the variables</li>
<li>Write out the results of the comparison</li>
</ul>
</section>
</section>
<section>
<!-- Logical Operators -->
<section>
<h3>Logical Operators</h3>
<p class="box--small copy--small">Allows us to compare more than 1 thing at a time</p>
<ul>
<li>&& - AND</li>
<li>|| - OR</li>
</ul>
</section>
<!-- Logical Operators -->
<section>
<h3>Logical Operators</h3>
<p class="box--small copy--small">Using Logical Operators</p>
<div>
<pre>
<code class="cs" contenteditable="true">
using System;
class MainClass
{
public static void Main (string[] args)
{
int num1 = 5;
int num2 = 5;
Console.WriteLine(num1 == 5 && num2 == 5);
Console.WriteLine(num1 == 3 || num2 == 5);
Console.WriteLine(num1 > num2 || num1 > num2);
}
}
</code>
</pre>
</div>
</section>
<!-- Truth Table -->
<section>
<h3>Truth Table</h3>
<p class="box--small copy--small">The following chart shows the possible Logical operator results</p>
<table class="copy--xsmall">
<tbody>
<tr>
<th class="center-text">Value 1</th>
<th class="center-text">Value 2</th>
<th class="center-text">&& (AND)</th>
<th class="center-text">|| (OR)</th>
</tr>
<tr>
<td class="center-text">true</td>
<td class="center-text">true</td>
<td class="center-text">true</td>
<td class="center-text">true</td>
</tr>
<tr>
<td class="center-text">true</td>
<td class="center-text">false</td>
<td class="center-text">false</td>
<td class="center-text">true</td>
</tr>
<tr>
<td class="center-text">false</td>
<td class="center-text">true</td>
<td class="center-text">false</td>
<td class="center-text">true</td>
</tr>
<tr>
<td class="center-text">false</td>
<td class="center-text">false</td>
<td class="center-text">false</td>
<td class="center-text">false</td>
</tr>
</tbody>
</table>
</section>
<!-- Let's Develop It! -->
<section>
<h3>Let's Develop It!</h3>
<ul>
<li>Create 2 boolean (<span class="blue-code">bool</span>) variables</li>
<li>Set the values of both variables to be <span class="blue-code">true</span></li>
<li>Write out the results of <span class="blue-code">&&</span></li>
<li>Write out the results of <span class="blue-code">||</span></li>
<li>Assign different values to the variables</li>
<li>Write out the results of <span class="blue-code">&&</span></li>
<li>Write out the results of <span class="blue-code">||</span></li>
</ul>
</section>
</section>
<!-- LOOPS -->
<section>
<section>
<h3>Iteration</h3>
<p class="box--small copy--small">It is often useful to repeatedly perform a task</p>
<p class="box--small copy--small">
The repeated execution of a set of
statements is called <strong>iteration</strong>
</p>
<div>
<p class="box--small copy--small">One way to achieve this, is with the <strong>for</strong> loop.</p>
<pre>
<code class="cs" contenteditable>
using System;
class MainClass
{
public static void Main (string[] args)
{
for (int i = 0; i < 10; i++)
{
Console.WriteLine("The number is " + i);
}
}
}
</code>
</pre>
</div>
</section>
<!-- Let's Develop It! -->
<section>
<h3>Let's Develop It!</h3>
<ul>
<li>Create a <span class="blue-code">for</span> loop that loops a set number of times</li>
<li>Write out <span style="font-style:italic">Number of times in this loop</span> [the loop counter]</li>
<li>Create an <span class="blue-code">int</span> variable, assign it the value of 0</li>
<li>Create a <span class="blue-code">for</span> loop that loops 5 times</li>
<li>Inside the loop add the loop counter to the variable</li>
<li>Write out the value of the variable</li>
</ul>
</section>
<!-- LOOPS -->
<section>
<h3>Iteration</h3>
<p class="box--small copy--small">
Another way to repeatedly call the same block of code
- a <span class="blue-code">while</span> loop
</p>
<p class="box--small copy--small">
<span class="blue-code">while</span> loops allow us
to manipulate the counter variable inside the loop
</p>
<div>
<pre>
<code class="cs" contenteditable>
using System;
class MainClass
{
public static void Main (string[] args)
{
int counter = 0;
while (counter < 5)
{
Console.WriteLine("The number is " + i);
counter++;
}
}
}
</code>
</pre>
</div>
<br />
<p class="copy--xsmall"><strong>BEWARE</strong> of the infinite loop!!</p>
</section>
<!-- Let's Develop It! -->
<section>
<h3>Let's Develop It!</h3>
<p class="box--small copy--small">Write a program to deliver newspapers!</p>
<ul>
<li>Create a variable to hold the number of papers to be delivered</li>
<li><span class="">while</span> the number of papers to deliver is not zero</li>
<li>Write out the number of papers left to be delivered</li>
<li>Deliver a paper (subtract 1 from the number of papers to be delivered)</li>
<li>After all the papers are delivered write out <span style="font-style:italic">All Done!</span></li>
</ul>
</section>
</section>
<section>
<!-- Learn More -->
<section>
<h3>Learn More</h3>
<p class="box--small copy--small">Resources to continue your coding journey</p>
<ul class="copy--small">
<li><a href="http://www.meetup.com/Girl-Develop-It-Ann-Arbor/">Girl Develop It!</a></li>
<li>Online
<ul>
<li><a href="http://learncs.org/">Learn C#</a></li>
<li><a href="http://www.codecademy.com">Codecademy</a></li>
<li><a href="http://www.coursera.org/">Coursera</a></li>
<li><a href="http://www.khanacademy.org/">Khan Academy</a></li>
<li><a href="http://www.edx.org/">edX</a></li>
<li><a href="http://teamtreehouse.com/">Treehouse</a></li>
<li><a href="http://dash.generalassemb.ly/">Dash</a></li>
<li><a href="http://www.udemy.com/">Udemy</a></li>
<li>
<a href="http://www.freecodecamp.com/">Free Code Camp</a><br />
* <a href="http://www.meetup.com/Free-Code-Camp-Ann-Arbor/">Ann Arbor Free Code Camp Meetup</a>
</li>
</ul>
</li>
</ul>
</section>
</section>
<!-- Closing Title -->
<section>
<img src="images/gdi_logo_badge.png" class="img--bare" height="400" />
<div class="box--small">
<h3><span class="blue">Intro to Programming Concepts</span></h3>
<h4><span class="green">For True Beginners!</span></h4>
<p class="copy--xsmall">Ronda Bergman | @rabergman | @gdiannarbor | #gdia2</p>
</div>
</section>
</div>
<footer>
<div class="copyright">
Intro to Programming Concepts ~ GDI Ann Arbor ~
<a rel="license" href="http://creativecommons.org/licenses/by-nc/3.0/deed.en_US"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc/3.0/80x15.png" /></a>
</div>
</footer>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/reveal.min.js"></script>
<script>
// Full list of configuration options available here:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
history: true,
rollingLinks: true,
theme: Reveal.getQueryHash().theme, // available themes are in /css/theme
transition: Reveal.getQueryHash().transition || 'default', // default/cube/page/concave/zoom/linear/none
// Optional libraries used to extend on reveal.js
dependencies: [
{ src: 'lib/js/classList.js', condition: function () { return !document.body.classList; } },
{ src: 'plugin/markdown/showdown.js', condition: function () { return !!document.querySelector('[data-markdown]'); } },
{ src: 'plugin/markdown/markdown.js', condition: function () { return !!document.querySelector('[data-markdown]'); } },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function () { hljs.initHighlightingOnLoad(); } },
{ src: 'plugin/zoom-js/zoom.js', async: true, condition: function () { return !!document.body.classList; } },
{ src: 'plugin/notes/notes.js', async: true, condition: function () { return !!document.body.classList; } }
]
});
</script>
</body>
</html>