From d49074cbadc9413237d051ade7623e2db4c30f07 Mon Sep 17 00:00:00 2001 From: Saritha Date: Wed, 28 Oct 2015 18:13:24 +0530 Subject: [PATCH] Ascending order in interactive tutorials Fix #1672 --- free-programming-interactive-tutorials-en.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/free-programming-interactive-tutorials-en.md b/free-programming-interactive-tutorials-en.md index c925e102..7edd7145 100644 --- a/free-programming-interactive-tutorials-en.md +++ b/free-programming-interactive-tutorials-en.md @@ -95,6 +95,7 @@ ### JavaScript * [Codecademy jquery track](http://www.codecademy.com/tracks/jquery) +* [Functional Programming in Javascript](https://github.com/ReactiveX/learnrx) * [Javascript Foundations](http://gymnasium.aquent.com/catalog/course/104) * [Javascript interactive tutorial on CodeCademy](http://www.codecademy.com/tracks/javascript) * [Javascript interactive tutorial on CoderMania](http://www.codermania.com/javascript/lesson/1a/hello-world) @@ -104,7 +105,7 @@ * [Learn JavaScript](http://www.learn-js.org/) * [Learn knockout.js](http://learn.knockoutjs.com) * [Try jQuery](http://try.jquery.com/) -* [Functional Programming in Javascript](https://github.com/ReactiveX/learnrx) + ### Language Agnostic -- GitLab