From 08f4acf0df02b5e7566f8dce5feec1fc33c8c416 Mon Sep 17 00:00:00 2001 From: Stefanos Grammenos Date: Tue, 12 Jul 2016 02:09:37 +0300 Subject: [PATCH] Exercise 35 - Refactored I was ready to quit after a hard time to comprehend this exercise. Instead I decide to refactor it. Please check for syntax and typos in comments. English is not my first language. --- index.html | 155 +++++++++++++++++++++++++---------------------------- 1 file changed, 73 insertions(+), 82 deletions(-) diff --git a/index.html b/index.html index 3235781..ca31154 100644 --- a/index.html +++ b/index.html @@ -4206,100 +4206,91 @@

Exercise 35: Sequencing HTTP requests with callbacks