Add Counter #5

Closed
amovah wants to merge 14 commits from master into master
Showing only changes of commit fadf18f1a0 - Show all commits

View File

@ -92,9 +92,9 @@ function loremipsum(data) {
}
}
function go(url) {
var req = url.split('/').slice(1);
counting(loremipsum(req));
return loremipsum(req);
var lorem = loremipsum(url.split('/').slice(1));
counting(lorem);
return lorem;
}
//COUNTER