aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--REAME12
1 files changed, 12 insertions, 0 deletions
diff --git a/REAME b/REAME
index f8581d1..d8f2aa6 100644
--- a/REAME
+++ b/REAME
@@ -27,3 +27,15 @@ Chapter 1
• Employing guided chaos, followed by careful observation for deeper learning
The knowledge gained with these topics will be essential for further progress. So, let's get started!
+
+Chapter 2
+
+ The following topics will be covered in this chapter:
+
+ • Introducing statements and blocks
+ • Introducing functions
+ • Understanding function definitions
+ • Order of execution
+ • Understanding function declarations
+
+ By the end of this chapter, you will have a solid foundation to create and use function statements.