There was an error while loading. Please reload this page.
1 parent 628d9ae commit c05229cCopy full SHA for c05229c
2 files changed
content/class_worksheets/08_iteration/08_iteration.qmd
@@ -1,19 +1,20 @@
1
---
2
-pre: <b>10/24. </b>
+pre: <b>2/13. </b>
3
title: "Iteration"
4
-weight: 20
+weight: 8
5
summary: "Iterate through elements and give our function superpowers."
6
format:
7
- hugo:
+ gfm:
8
toc: true
9
output-file: "_index.en.md"
10
reference-links: true
11
code-link: true
12
-
+editor_options:
13
+ chunk_output_type: console
14
15
16
```{r, include=FALSE}
-answers = TRUE
17
+answers = FALSE
18
```
19
20
## Overview
0 commit comments