Home
Course
Exercises
Course
Basic Syntax
Hello world
Variables
Operators
Arithmetic operators
Assignment operators
Comparison operators
Logical operators
Control structures
Selection
Iteration
Arrays
Indexed arrays
Associative arrays
Two-dimensional arrays
Functions
Array functions
String functions
Date functions
User-defined functions
Forms
Form with GET
Form with GET - Processing the inputs on the same page
Form with POST - Processing the inputs on the same page
Classes
The basics: class Student
A second example: class Teacher
Method chaining: class Number
Static methods/properties: class Drawer