Here you'll find study material and personal exercises that I do trying to learn new programming languages! Notice that the content may be in English or Italian depending on the source.
- JS
- C++ / C
🇬🇧 JS
Arguments:
- Introduction
- variables
- arithmetic expressions
- User input
- Type conversions
- const
- Math
- Hypotenuse calculator
- counter program
- random number generator
- string methods
- string slicing
- method chaining
- if statements
- checked property
- AND OR logical operators
- NOT lofical operator
- while loops
- do while looops
- for loops
- break and continue statements
- nested loops
- functions
- return statements
- ternary operator
- var vs let
- templaete literals
- format currency
- number guessing game (external)
🇮🇹/🇬🇧 C++
- 🇮🇹 Summary of the course by Gabriel Rovesti
Learning material source:
- Bro Code - JavaScript Full Course
- Programmazione ad oggetti semplice (per davvero) - Gabriel Rovesti