JavaScript
- Interaction: Click on a circle to change background color of container.
- Loop: Use a for loop to add repeating text.
- Condition: Change the color of the square based on a set of conditions.
- Time: Increase the font size of the text as time passes.
- Input: Display the number of characters from an input field.
- Console: Print a message of your choice to the console.

Objective
To familiarize with DOM (Document Object Model) and basic concepts in JavaScript such as variables, loops, functions and debugging.