Skip to content

Commit 06b96b4

Browse files
committed
log
1 parent 8cc716e commit 06b96b4

3 files changed

Lines changed: 28 additions & 1 deletion

File tree

archive.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ All my devlog entries, neatly organized.
1111
---
1212

1313
## 📅 2025 Logs
14+
- [2025-11-18 — Devlog #44]({{site.baseurl}}/logs/2025-11-18/)
1415
- [2025-11-17 — Devlog #43]({{site.baseurl}}/logs/2025-11-17/)
1516
- [2025-11-16 — Devlog #42]({{site.baseurl}}/logs/2025-11-16/)
1617
- [2025-11-12 — Devlog #41]({{site.baseurl}}/logs/2025-11-12/)

logs/2025-11-17/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ permalink: /logs/2025-11-17/
2222

2323
---
2424

25-
[← Previous]({{site.baseurl}}/logs/2025-11-16/)
25+
[← Previous]({{site.baseurl}}/logs/2025-11-16/) | [Next →]({{site.baseurl}}/logs/2025-11-18/)

logs/2025-11-18/index.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
layout: default
3+
permalink: /logs/2025-11-18/
4+
---
5+
6+
# Devlog - 2025-11-18
7+
8+
## 🚀 What I Did
9+
10+
- Codewars.
11+
- Sentence analyzer.
12+
13+
## 🧠 What I Learned
14+
15+
- A break statement is used to exit a loop early, while a continue statement is used to skip the current iteration of a loop and move to the next one.
16+
- while loop checks condition first then iterates the code.
17+
- do while does the opposite of while.
18+
19+
## 🔥 What's Next
20+
21+
- Some more into loops.
22+
- Codewars as usual.
23+
24+
---
25+
26+
[← Previous]({{site.baseurl}}/logs/2025-11-17/)

0 commit comments

Comments
 (0)