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 11, 2017
1 parent 519e28e commit 3a153e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The same line of code but in different languages.

1. **Variables** (**[PHP](https://github.com/milq/code/blob/master/learn/01/01.php)**, **[JavaScript](https://github.com/milq/code/blob/master/learn/01/01.js)**, **[Python](https://github.com/milq/code/blob/master/learn/01/01.py)**).
2. **Collections - Arrays/Lists** (**[PHP](https://github.com/milq/code/blob/master/learn/02/02.php)**, **[JavaScript](https://github.com/milq/code/blob/master/learn/02/02.js)**, **[Python](https://github.com/milq/code/blob/master/learn/02/02.py)**).
2. **Conditionals** (**[PHP](https://github.com/milq/code/blob/master/learn/03/03.php)**, **[JavaScript](https://github.com/milq/code/blob/master/learn/03/03.js)**, **[Python](https://github.com/milq/code/blob/master/learn/03/03.py)**).
3. **Conditionals** (**[PHP](https://github.com/milq/code/blob/master/learn/03/03.php)**, **[JavaScript](https://github.com/milq/code/blob/master/learn/03/03.js)**, **[Python](https://github.com/milq/code/blob/master/learn/03/03.py)**).

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

Expand Down

0 comments on commit 3a153e5

Please sign in to comment.