You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorial/1/00/setup.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
###Start
1
+
## Start
2
2
Understanding the Data Set
3
3
4
4
Over this tutorial series, we'll be changing and working with two different data sets. It'll be a big help to first understand what the data looks like.
Copy file name to clipboardExpand all lines: tutorial/1/01/filter.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
###Filter
1
+
## Filter
2
2
Array -> Array of items that match a condition
3
3
4
4
You've hacked into the school's computer system, and just in time. The grades are in, but you're not too proud of your performance. That's okay, you have a plan: you're going to create a fake report card.
Copy file name to clipboardExpand all lines: tutorial/1/02/sort.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
###Sort
1
+
## Sort
2
2
Array -> sorted Array
3
3
4
4
Your grades are filtered down to your name and good scores - but wouldn't it be better if your best grades were displayed first, at the top? Besides, your parents rarely read anything through.
0 commit comments