Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
milq authored Feb 20, 2017
1 parent 1321b4f commit 2393ef8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

The same line of code but in different languages.

1. **Variables** (**[PHP](https://github.com/milq/code/blob/master/learn/prog/01/01.php)**, **[JavaScript](https://github.com/milq/code/blob/master/learn/prog/01/01.js)**, **[Python](https://github.com/milq/code/blob/master/learn/prog/01/01.py)**).
2. **Collections - Arrays/Lists** (**[PHP](https://github.com/milq/code/blob/master/learn/prog/02/02.php)**, **[JavaScript](https://github.com/milq/code/blob/master/learn/prog/02/02.js)**, **[Python](https://github.com/milq/code/blob/master/learn/prog/02/02.py)**).
3. **Conditionals** (**[PHP](https://github.com/milq/code/blob/master/learn/prog/03/03.php)**, **[JavaScript](https://github.com/milq/code/blob/master/learn/prog/03/03.js)**, **[Python](https://github.com/milq/code/blob/master/learn/prog/03/03.py)**).
4. **Loops** (**[PHP](https://github.com/milq/code/blob/master/learn/prog/04/04.php)**, **[JavaScript](https://github.com/milq/code/blob/master/learn/prog/04/04.js)**, **[Python](https://github.com/milq/code/blob/master/learn/prog/04/04.py)**).
5. **Functions** (**[PHP](https://github.com/milq/code/blob/master/learn/prog/05/05.php)**, **[JavaScript](https://github.com/milq/code/blob/master/learn/prog/05/05.js)**, **[Python](https://github.com/milq/code/blob/master/learn/prog/05/05.py)**).
6. **Classes** (**[PHP](https://github.com/milq/code/blob/master/learn/prog/06/06.php)**, **[JavaScript](https://github.com/milq/code/blob/master/learn/prog/06/06.js)**, **[Python](https://github.com/milq/code/blob/master/learn/prog/06/06.py)**).
1. **Variables** (**[PHP](https://github.com/milq/milq/blob/master/learn/prog/01/01.php)**, **[JavaScript](https://github.com/milq/milq/blob/master/learn/prog/01/01.js)**, **[Python](https://github.com/milq/milq/blob/master/learn/prog/01/01.py)**).
2. **Collections - Arrays/Lists** (**[PHP](https://github.com/milq/milq/blob/master/learn/prog/02/02.php)**, **[JavaScript](https://github.com/milq/milq/blob/master/learn/prog/02/02.js)**, **[Python](https://github.com/milq/milq/blob/master/learn/prog/02/02.py)**).
3. **Conditionals** (**[PHP](https://github.com/milq/milq/blob/master/learn/prog/03/03.php)**, **[JavaScript](https://github.com/milq/milq/blob/master/learn/prog/03/03.js)**, **[Python](https://github.com/milq/milq/blob/master/learn/prog/03/03.py)**).
4. **Loops** (**[PHP](https://github.com/milq/milq/blob/master/learn/prog/04/04.php)**, **[JavaScript](https://github.com/milq/milq/blob/master/learn/prog/04/04.js)**, **[Python](https://github.com/milq/milq/blob/master/learn/prog/04/04.py)**).
5. **Functions** (**[PHP](https://github.com/milq/milq/blob/master/learn/prog/05/05.php)**, **[JavaScript](https://github.com/milq/milq/blob/master/learn/prog/05/05.js)**, **[Python](https://github.com/milq/milq/blob/master/learn/prog/05/05.py)**).
6. **Classes** (**[PHP](https://github.com/milq/milq/blob/master/learn/prog/06/06.php)**, **[JavaScript](https://github.com/milq/milq/blob/master/learn/prog/06/06.js)**, **[Python](https://github.com/milq/milq/blob/master/learn/prog/06/06.py)**).

I use it only for didactic purposes, it does not cover all the characteristics of each language.

Expand Down

0 comments on commit 2393ef8

Please sign in to comment.