Skip to content

Commit

Permalink
refactor(docs): rename chapter 2
Browse files Browse the repository at this point in the history
  • Loading branch information
JeelRajodiya committed Jun 6, 2024
1 parent 0a0cbfa commit 819c9e7
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 0 deletions.
8 changes: 8 additions & 0 deletions content/02-Primitive-Types/01-strings/code.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
const code = {
title: "Welcome to the course!",
content: "this is the content",
};

module.exports = {
code,
};
5 changes: 5 additions & 0 deletions content/02-Primitive-Types/01-strings/instructions.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "Strings"

---
# Strings
8 changes: 8 additions & 0 deletions content/02-Primitive-Types/02-objects/code.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
const code = {
title: "Welcome to the course!",
content: "this is the content",
};

module.exports = {
code,
};
5 changes: 5 additions & 0 deletions content/02-Primitive-Types/02-objects/instructions.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "Objects"

---
# Objects
3 changes: 3 additions & 0 deletions content/02-Primitive-Types/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: Primitive Types
---

0 comments on commit 819c9e7

Please sign in to comment.