🧠 Lesson 1 – Example Lesson
Goal: This is where I type my goal
🧩 Topics
- Creating and naming variables
- Integers, floats, strings, booleans
- Type conversion and
type()function - Basic operations and string concatenation
💡 Example Code
age = 30
name = "Kristopher"
print(f"{name} is {age} years old.")
My Implementation
// Javascript code with syntax highlighting.
var fun = function lang(l) {
dateformat.i18n = require('./lang/' + l)
return true;
}
Explanation
Example explanation
📸 Execution Screenshot
